Replaced mysql_query() with query_appdb()

This commit is contained in:
Jonathan Ernst
2005-01-10 22:24:15 +00:00
committed by WineHQ
parent 3d587b2f9c
commit dfec5cb9b0
11 changed files with 23 additions and 30 deletions

View File

@@ -110,7 +110,7 @@ if($apps)
$bgcolor = ($c % 2) ? "color0" : "color1";
//get number of versions
$query = mysql_query("SELECT count(*) as versions FROM appVersion WHERE appId = $id AND versionName != 'NONAME'");
$query = query_appdb("SELECT count(*) as versions FROM appVersion WHERE appId = $id AND versionName != 'NONAME'");
$ob = mysql_fetch_object($query);
//format desc