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

@@ -40,7 +40,7 @@ if($confirmed)
}
/* echo html_frame_start("Removing",400,"",0);
*/
$result = mysql_query($query);
$result = query_appdb($query);
if($result)
{
if($superMaintainer)