diff options
author | mensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2009-02-09 10:15:19 +0000 |
---|---|---|
committer | mensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2009-02-09 10:15:19 +0000 |
commit | bdbfedc5b098efa7da2088d7e0030e3e0bc0bcf5 (patch) | |
tree | 54ef741f58d956476bc4b3c7dd56de6858f19776 /bookmarks.php | |
parent | b8daf569e7e3aee12b1bdbf743ebba053407188f (diff) | |
download | semanticscuttle-bdbfedc5b098efa7da2088d7e0030e3e0bc0bcf5.tar.gz semanticscuttle-bdbfedc5b098efa7da2088d7e0030e3e0bc0bcf5.tar.bz2 |
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
Diffstat (limited to 'bookmarks.php')
-rw-r--r-- | bookmarks.php | 4 |
1 files changed, 2 insertions, 2 deletions
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.'); |