Quick Updates

svn path=/trunk/boinc/; revision=25117
This commit is contained in:
Rom Walton 2012-01-21 01:33:44 +00:00
parent 563f532eb2
commit 7e593bd53c
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ function file_info_xml($fd) {
} else {
$xml .= " <url>$fd->url</url>\n";
if ($fd->gzip) {
$xml .= " <gzipped_url>$url.gz</gzipped_url>\n";
$xml .= " <gzipped_url>$fd->$url.gz</gzipped_url>\n";
}
}
if ($fd->executable || $fd->main_program) {