Fix missed lookup_version_name() -> Version::lookup_name() in version cleanup patch

This commit is contained in:
Chris Morgan
2006-06-29 19:00:41 +00:00
committed by WineHQ
parent 9059c658da
commit 6c2ae4a6fe

View File

@@ -75,7 +75,7 @@ if($hResult && mysql_num_rows($hResult))
$c=1;
}
$currentVersionId=$oRow->versionId;
echo html_frame_start("Version ".lookup_version_name($currentVersionId));
echo html_frame_start("Version ".Version::lookup_name($currentVersionId));
echo "<div align=center><table><tr>\n";
}
$img = get_thumbnail($oRow->id);