svn path=/trunk/boinc/; revision=17840

This commit is contained in:
David Anderson 2009-04-17 02:24:05 +00:00
parent 0b11a548dc
commit 68b46cb37e
1 changed files with 1 additions and 1 deletions

View File

@ -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>";
}