From: mensonge Date: Mon, 9 Feb 2009 10:15:19 +0000 (+0000) Subject: Interface fix: return to bookmarks page after adding a bookmark X-Git-Tag: v0.94~130 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=bdbfedc5b098efa7da2088d7e0030e3e0bc0bcf5;p=semanticscuttle.git Interface fix: return to bookmarks page after adding a bookmark git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@254 b3834d28-1941-0410-a4f8-b48e95affb8f --- diff --git a/bookmarks.php b/bookmarks.php index 26bc55f..029fcb5 100644 --- a/bookmarks.php +++ b/bookmarks.php @@ -150,9 +150,9 @@ if ($userservice->isLoggedOn() && POST_SUBMITTED != '') { $address = $GLOBALS['url_redir'] . $address; } - if(POST_REFERRER != '') { + /*if(POST_REFERRER != '') { header('Location: '. POST_REFERRER); - }die('pr'.POST_REFERRER); + }*/ } } else { $tplVars['error'] = T_('There was an error saving your bookmark. Please try again or contact the administrator.');