summaryrefslogtreecommitdiff
path: root/LibertySystem.php
diff options
context:
space:
mode:
authorLee L Bell <starrrider@users.sourceforge.net>2006-03-01 20:16:56 +0000
committerLee L Bell <starrrider@users.sourceforge.net>2006-03-01 20:16:56 +0000
commit7ba82fdfdb4e42602842242817f62bd834b40518 (patch)
tree8b61da392f0ceba89c187e08b16bc4d0bcc0394f /LibertySystem.php
parent0eb3f0580cb9a180801e1fd06a36c309d037455b (diff)
downloadliberty-7ba82fdfdb4e42602842242817f62bd834b40518.tar.gz
liberty-7ba82fdfdb4e42602842242817f62bd834b40518.tar.bz2
liberty-7ba82fdfdb4e42602842242817f62bd834b40518.zip
Added define for LIBERTY_TEXT_AREA - allows Liberty Plugins to work on all Liberty Packages
Diffstat (limited to 'LibertySystem.php')
-rwxr-xr-xLibertySystem.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/LibertySystem.php b/LibertySystem.php
index ae5ad9a..8ac2514 100755
--- a/LibertySystem.php
+++ b/LibertySystem.php
@@ -3,7 +3,7 @@
* System class for handling the liberty package
*
* @package liberty
-* @version $Header: /cvsroot/bitweaver/_bit_liberty/LibertySystem.php,v 1.19 2006/02/28 17:46:38 spiderr Exp $
+* @version $Header: /cvsroot/bitweaver/_bit_liberty/LibertySystem.php,v 1.20 2006/03/01 20:16:56 starrrider Exp $
* @author spider <spider@steelsun.com>
*/
@@ -35,7 +35,7 @@ define( 'LIBERTY_SERVICE_DOCUMENT_GENERATION', 'document_generation' );
define( 'LIBERTY_SERVICE_SEARCH', 'search');
define( 'LIBERTY_SERVICE_RATING', 'rating');
define( 'LIBERTY_SERVICE_TRANSLATION', 'translation');
-
+define( 'LIBERTY_TEXT_AREA', 'editliberty');
define( 'DEFAULT_ACCEPTABLE_TAGS', '<a><br><b><blockquote><cite><code><div><dd><dl><dt><em><h1><h2><h3><h4><hr>'
.' <i><it><img><li><ol><p><pre><span><strong><table><tbody><div><tr><td><th><u><ul>'