summaryrefslogtreecommitdiffstatshomepage
path: root/bookmarks.php
diff options
context:
space:
mode:
authorGravatar mensonge2009-02-09 10:15:19 +0000
committerGravatar mensonge2009-02-09 10:15:19 +0000
commitbdbfedc5b098efa7da2088d7e0030e3e0bc0bcf5 (patch)
tree54ef741f58d956476bc4b3c7dd56de6858f19776 /bookmarks.php
parentb8daf569e7e3aee12b1bdbf743ebba053407188f (diff)
downloadscuttle-bdbfedc5b098efa7da2088d7e0030e3e0bc0bcf5.tar.gz
scuttle-bdbfedc5b098efa7da2088d7e0030e3e0bc0bcf5.zip
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.php4
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.');