~ubuntu-branches/ubuntu/precise/boinc/precise

« back to all changes in this revision

Viewing changes to html/ops/block_host.php

Tags: 6.12.8+dfsg-1
* New upstream release.
* Simplified debian/rules

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
$timestr = time_str(time(0));
38
38
$title = "host ".$hostid." max_results_day set to 1 at ".$timestr;
39
39
 
40
 
admin_page_head( $title );
 
40
admin_page_head($title);
41
41
 
42
42
if($hostid > 0) {
43
43
    $result = mysql_query("UPDATE host SET max_results_day=1 WHERE id=".$hostid);