diff options
Diffstat (limited to 'tagrename.php')
-rw-r--r-- | tagrename.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tagrename.php b/tagrename.php index 3dde296..bead5e7 100644 --- a/tagrename.php +++ b/tagrename.php @@ -25,8 +25,6 @@ require_once('header.inc.php'); $b2tservice = & ServiceFactory :: getServiceInstance('Bookmark2TagService'); $tagservice = & ServiceFactory :: getServiceInstance('TagService'); $tag2tagservice = & ServiceFactory :: getServiceInstance('Tag2tagService'); -$templateservice = & ServiceFactory :: getServiceInstance('TemplateService'); -$userservice = & ServiceFactory :: getServiceInstance('UserService'); /* Managing all possible inputs */ isset($_POST['confirm']) ? define('POST_CONFIRM', $_POST['confirm']): define('POST_CONFIRM', ''); |