]> gitweb.fluxo.info Git - semanticscuttle.git/commitdiff
Interface fix: return to bookmarks page after adding a bookmark
authormensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f>
Mon, 9 Feb 2009 10:15:19 +0000 (10:15 +0000)
committermensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f>
Mon, 9 Feb 2009 10:15:19 +0000 (10:15 +0000)
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@254 b3834d28-1941-0410-a4f8-b48e95affb8f

bookmarks.php

index 26bc55ffa1e14e9960e626723a1f29de1e1a9864..029fcb5be5327b3fd408039d8176f59d32d6871f 100644 (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.');