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
This commit is contained in:
mensonge 2009-02-09 10:15:19 +00:00
parent b8daf569e7
commit bdbfedc5b0

View file

@ -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.');