[geeklog-devel] PLG_autouninstall Bug
Joe Mucchiello
joe at throwingdice.com
Fri Feb 22 23:42:37 EST 2008
The autouninstaller assumes you have data in the config table. There
should be an if DB_count() or the DB_query should have the ignore
errors flag set true.
COM_errorLog ("Attempting to remove config table records
for group_name: $type", 1);
DB_query ("DELETE FROM {$_TABLES['conf_values']} WHERE
group_name = '$type'");
COM_errorLog ('...success', 1);
----
Joe Mucchiello
Throwing Dice Games
http://www.throwingdice.com
More information about the geeklog-devel
mailing list