mirror of https://github.com/BOINC/boinc.git
svn path=/trunk/boinc/; revision=17840
This commit is contained in:
parent
0b11a548dc
commit
68b46cb37e
|
@ -117,7 +117,7 @@ function job_timed_out($job, $inst, $user) {
|
|||
$job->set_priority(2);
|
||||
}
|
||||
|
||||
function show_job_summary($job) {
|
||||
function job_summary($job) {
|
||||
$info = $job->get_opaque_data();
|
||||
return "<a href=".URL_BASE."$info->path>View image</a>";
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue