Use Version::showList() instead of ShowVersionList()

This commit is contained in:
Chris Morgan
2006-07-07 17:27:23 +00:00
committed by WineHQ
parent 85b4981a30
commit 8b579bc715

View File

@@ -460,7 +460,7 @@ else // if ($aClean['sSub']) is not defined, display the main app queue page
echo "</td></tr></table></div>\n\n";
//show Version list
showVersionList($hResult);
Version::showList($hResult);
}