From aad2b79f145d2e51089f7c1fdd7c59711e726a35 Mon Sep 17 00:00:00 2001 From: cweiske Date: Sat, 31 Oct 2009 10:22:29 +0000 Subject: CS git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@487 b3834d28-1941-0410-a4f8-b48e95affb8f --- www/admin.php | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'www/admin.php') diff --git a/www/admin.php b/www/admin.php index 42fa0c8..6014670 100644 --- a/www/admin.php +++ b/www/admin.php @@ -20,13 +20,13 @@ 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'); -- cgit v1.2.3-54-g00ecf