]> gitweb.fluxo.info Git - semanticscuttle.git/commitdiff
CS
authorcweiske <cweiske@b3834d28-1941-0410-a4f8-b48e95affb8f>
Sat, 31 Oct 2009 10:22:29 +0000 (10:22 +0000)
committercweiske <cweiske@b3834d28-1941-0410-a4f8-b48e95affb8f>
Sat, 31 Oct 2009 10:22:29 +0000 (10:22 +0000)
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@487 b3834d28-1941-0410-a4f8-b48e95affb8f

www/admin.php

index 42fa0c8375b52c8fa8b412b56853adf031fb900a..60146709dcd15760a73c2b2a7fe266fce1744908 100644 (file)
 require_once '../src/SemanticScuttle/header.php';
 
 /* Service creation: only useful services are created */
-$bookmark2tagservice = SemanticScuttle_Service_Factory :: get('Bookmark2Tagservice');
-$bookmarkservice = SemanticScuttle_Service_Factory :: get('Bookmark');
-$tag2tagservice = SemanticScuttle_Service_Factory :: get('Tag2Tag');
-$tagcacheservice = SemanticScuttle_Service_Factory :: get('TagCache');
-$commondescriptionservice = SemanticScuttle_Service_Factory :: get('CommonDescription');
-$searchhistoryservice = SemanticScuttle_Service_Factory :: get('SearchHistory');
-$tagstatservice = SemanticScuttle_Service_Factory :: get('TagStat');
+$bookmark2tagservice = SemanticScuttle_Service_Factory::get('Bookmark2Tag');
+$bookmarkservice = SemanticScuttle_Service_Factory::get('Bookmark');
+$tag2tagservice = SemanticScuttle_Service_Factory::get('Tag2Tag');
+$tagcacheservice = SemanticScuttle_Service_Factory::get('TagCache');
+$commondescriptionservice = SemanticScuttle_Service_Factory::get('CommonDescription');
+$searchhistoryservice = SemanticScuttle_Service_Factory::get('SearchHistory');
+$tagstatservice = SemanticScuttle_Service_Factory::get('TagStat');
 
 // Header variables
 $tplVars['subtitle'] = T_('Manage users');