mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=4967
This commit is contained in:
parent
7e8c74482e
commit
3400c27518
|
@ -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";
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue