Clean up application and version classes. Move class related functions into the class as static member functions

This commit is contained in:
Chris Morgan
2006-06-29 16:07:19 +00:00
committed by WineHQ
parent 245a6b993e
commit 034ea689bc
17 changed files with 138 additions and 138 deletions

View File

@@ -115,7 +115,7 @@ if($apps)
$bgcolor = ($i % 2) ? "color0" : "color1";
//format desc
$desc = trim_description($oApp->sDescription);
$desc = util_trim_description($oApp->sDescription);
//display row
echo "<tr class=$bgcolor>\n";