diff options
-rw-r--r-- | bookmarks.php | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/bookmarks.php b/bookmarks.php index 029fcb5..c8a4e24 100644 --- a/bookmarks.php +++ b/bookmarks.php @@ -149,10 +149,6 @@ if ($userservice->isLoggedOn() && POST_SUBMITTED != '') { if ($GLOBALS['useredir']) { $address = $GLOBALS['url_redir'] . $address; } - - /*if(POST_REFERRER != '') { - header('Location: '. POST_REFERRER); - }*/ } } else { $tplVars['error'] = T_('There was an error saving your bookmark. Please try again or contact the administrator.'); |