From d6889066c0d285bf59e89b484800443304585b68 Mon Sep 17 00:00:00 2001 From: mensonge Date: Fri, 5 Dec 2008 07:25:04 +0000 Subject: Major Refactoring: finish transforming into object . Put and into header.inc.php. git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@199 b3834d28-1941-0410-a4f8-b48e95affb8f --- importStructure.php | 4 ---- 1 file changed, 4 deletions(-) (limited to 'importStructure.php') diff --git a/importStructure.php b/importStructure.php index eb3df86..ea4a1a5 100644 --- a/importStructure.php +++ b/importStructure.php @@ -22,8 +22,6 @@ require_once('header.inc.php'); /* Service creation: only useful services are created */ -$userservice =& ServiceFactory::getServiceInstance('UserService'); -$templateservice =& ServiceFactory::getServiceInstance('TemplateService'); $tag2tagservice =& ServiceFactory::getServiceInstance('Tag2TagService'); /* Managing current logged user */ @@ -33,8 +31,6 @@ $currentUser = $userservice->getCurrentObjectUser(); /* Managing all possible inputs */ // First input is $_FILES - -$tplVars = array(); $tplVars['msg'] = ''; if ($userservice->isLoggedOn() && sizeof($_FILES) > 0 && $_FILES['userfile']['size'] > 0) { -- cgit v1.2.3