summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwjames5 <will@tekimaki.com>2010-02-11 03:46:22 +0000
committerwjames5 <will@tekimaki.com>2010-02-11 03:46:22 +0000
commit4b0d87ebdc9cefe14f6ced0db1a9b6d67d9a6959 (patch)
tree13bed97766fc23866da2a6789ea0afefaf1831a8
parent00cba92f6094dad0a5fe02cdcc1b7ff8c73e5ea8 (diff)
downloadliberty-4b0d87ebdc9cefe14f6ced0db1a9b6d67d9a6959.tar.gz
liberty-4b0d87ebdc9cefe14f6ced0db1a9b6d67d9a6959.tar.bz2
liberty-4b0d87ebdc9cefe14f6ced0db1a9b6d67d9a6959.zip
move service def into pkgPRE_LIBERTYSYS_SERVICE_UPDATE
-rwxr-xr-xLibertySystem.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/LibertySystem.php b/LibertySystem.php
index 70cd3bb..93d67e0 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.123 2009/10/20 18:01:48 ukgrad89 Exp $
+* @version $Header: /cvsroot/bitweaver/_bit_liberty/LibertySystem.php,v 1.124 2010/02/11 03:46:22 wjames5 Exp $
* @author spider <spider@steelsun.com>
*/
@@ -42,7 +42,6 @@ define( 'LIBERTY_SERVICE_CONTENT_TEMPLATES', 'content_templates' );
define( 'LIBERTY_SERVICE_DOCUMENT_GENERATION', 'document_generation' );
define( 'LIBERTY_SERVICE_FORUMS', 'forums' );
define( 'LIBERTY_SERVICE_GROUP', 'groups' );
-define( 'LIBERTY_SERVICE_GEO', 'global_positioning' );
define( 'LIBERTY_SERVICE_MAPS', 'map_display' );
define( 'LIBERTY_SERVICE_METADATA', 'metadata' );
define( 'LIBERTY_SERVICE_MENU', 'menu' );
@@ -50,7 +49,6 @@ define( 'LIBERTY_SERVICE_RATING', 'rating' );
define( 'LIBERTY_SERVICE_REBLOG', 'reblogging_rss_feeds' );
define( 'LIBERTY_SERVICE_SEARCH', 'search' );
define( 'LIBERTY_SERVICE_THEMES', 'themes' );
-define( 'LIBERTY_SERVICE_TAGS', 'tags' );
define( 'LIBERTY_SERVICE_TOPICA', 'topica' );
define( 'LIBERTY_SERVICE_TRANSLATION', 'translation' );
define( 'LIBERTY_SERVICE_TRANSLITERATION', 'transliteration' );