*** empty log message ***

svn path=/trunk/boinc/; revision=4967
This commit is contained in:
David Anderson 2004-12-30 17:45:30 +00:00
parent 7e8c74482e
commit 3400c27518
1 changed files with 2 additions and 3 deletions

View File

@ -13,6 +13,8 @@
db_init();
$detail = null;
parse_str(getenv("QUERY_STRING"));
$q = new SqlQueryString();
$q->process_form_items();
@ -51,9 +53,6 @@
";
$url = $q->get_url("db_action.php");
if (!isset($detail)) {
$detail = null;
}
if ($detail) {
$url .= "&detail=$detail";
}