From 07e331bdd3c4d1c376388d605ab0aceac6480316 Mon Sep 17 00:00:00 2001 From: mensonge Date: Wed, 14 May 2008 13:17:19 +0000 Subject: Interface fix: improve redirection after deleting an element git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@129 b3834d28-1941-0410-a4f8-b48e95affb8f --- tag2tagedit.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tag2tagedit.php') diff --git a/tag2tagedit.php b/tag2tagedit.php index 67dc115..6dd7b51 100644 --- a/tag2tagedit.php +++ b/tag2tagedit.php @@ -35,7 +35,7 @@ if($logged_on_user == null) { list ($url, $tag1, $tag2) = explode('/', $_SERVER['PATH_INFO']); -if ($_POST['confirm']) { +/*if ($_POST['confirm']) { $tag = $_POST['tag1']; $linkType = $_POST['linkType']; $newTag = $_POST['tag2']; @@ -49,7 +49,7 @@ if ($_POST['confirm']) { } } elseif ($_POST['cancel']) { header('Location: '. createURL('bookmarks', $logged_on_user[$userservice->getFieldName('username')] .'/'. $tags)); -} +}*/ $tplVars['links'] = $tag2tagservice->getLinks($userservice->getCurrentUserId()); -- cgit v1.2.3