summaryrefslogtreecommitdiff
path: root/LibertySystem.php
diff options
context:
space:
mode:
authorwjames5 <will@tekimaki.com>2006-08-18 17:37:13 +0000
committerwjames5 <will@tekimaki.com>2006-08-18 17:37:13 +0000
commit43ee80817b9e6984a88bf8755f1537f436bd46d0 (patch)
tree62872dd887d44590a56120320880007f3878945f /LibertySystem.php
parent4a58236518c164062e89f7abf21492ae5c192a00 (diff)
downloadliberty-43ee80817b9e6984a88bf8755f1537f436bd46d0.tar.gz
liberty-43ee80817b9e6984a88bf8755f1537f436bd46d0.tar.bz2
liberty-43ee80817b9e6984a88bf8755f1537f436bd46d0.zip
adds MAPS service constant
Diffstat (limited to 'LibertySystem.php')
-rwxr-xr-xLibertySystem.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/LibertySystem.php b/LibertySystem.php
index 328574a..bc095da 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.37 2006/08/08 06:39:41 squareing Exp $
+* @version $Header: /cvsroot/bitweaver/_bit_liberty/LibertySystem.php,v 1.38 2006/08/18 17:37:13 wjames5 Exp $
* @author spider <spider@steelsun.com>
*/
@@ -40,6 +40,7 @@ define( 'LIBERTY_SERVICE_TRANSLATION', 'translation');
define( 'LIBERTY_SERVICE_TRANSLITERATION', 'transliteration');
define( 'LIBERTY_SERVICE_CONTENT_TEMPLATES', 'content_templates');
define( 'LIBERTY_SERVICE_GEO', 'global_positioning' );
+define( 'LIBERTY_SERVICE_MAPS', 'map_display' );
define( 'LIBERTY_TEXT_AREA', 'editliberty');
define( 'LIBERTY_UPLOAD', 'upload');