|
From: Benjamin C. <bc...@us...> - 2002-04-08 16:38:14
|
Update of /cvsroot/phpbt/phpbt
In directory usw-pr-cvs1:/tmp/cvs-serv6012
Modified Files:
query.php
Log Message:
Take a user back to the advanced query page after deleting a saved query
Index: query.php
===================================================================
RCS file: /cvsroot/phpbt/phpbt/query.php,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -r1.67 -r1.68
--- query.php 3 Apr 2002 01:00:52 -0000 1.67
+++ query.php 8 Apr 2002 15:05:51 -0000 1.68
@@ -29,7 +29,7 @@
$db->query("delete from ".TBL_SAVED_QUERY." where user_id = $u
and saved_query_id = $queryid");
- header("Location: $me?op=query");
+ header("Location: $me?op=query&form=advanced");
}
function show_query() {
|