http://bugs.winehq.org/show_bug.cgi?id=13762
--- Comment #5 from Andrew Charles Hurst a.hurst@shef.ac.uk 2008-09-13 04:35:43 --- I think appdb/include/appData.php : 280 should read $sSelectType = " AND appData.type = '?'"; instead of
$sSelectType = " AND type = '?'";
but I haven't got a testbed (apache/php/mysql) to try it out.