diff options
author | mensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2008-04-24 08:48:57 +0000 |
---|---|---|
committer | mensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2008-04-24 08:48:57 +0000 |
commit | 791f1492478e4497a554c2a3a1c8737c36d71821 (patch) | |
tree | 4037e33a1d69a7a9170d88666e0752d900c904c4 /bookmarks.php | |
parent | 3b79d6b9cc75eaf2b54f6d41843a313b13395c8d (diff) | |
download | semanticscuttle-791f1492478e4497a554c2a3a1c8737c36d71821.tar.gz semanticscuttle-791f1492478e4497a554c2a3a1c8737c36d71821.tar.bz2 |
Interface design: improve tags presentation, menu box, popup size, redirection after adding a bookmark, RSS link position
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@118 b3834d28-1941-0410-a4f8-b48e95affb8f
Diffstat (limited to 'bookmarks.php')
-rw-r--r-- | bookmarks.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bookmarks.php b/bookmarks.php index 2adb7bb..a97fb05 100644 --- a/bookmarks.php +++ b/bookmarks.php @@ -117,7 +117,7 @@ if ($loggedon && isset($_POST['submitted'])) { if ($GLOBALS['useredir']) { $address = $GLOBALS['url_redir'] . $address; } - header('Location: '. $address); + //header('Location: '. $address); // not useful } } else { $tplVars['error'] = T_('There was an error saving your bookmark. Please try again or contact the administrator.'); |