aha, found it, and ill post up the changes right now
find in dorms.php
$DB_site->query("INSERT INTO dorms_queue VALUES (NULL,$bbuserinfo[userid],$_POST[reqdorm],0)");
replace with
$DB_site->query("INSERT INTO " . TABLE_PREFIX . "dorms_queue VALUES (NULL,$bbuserinfo[userid],$_POST[reqdorm],0)");
any more botched queries anyone finds tell me, theyre hard to spot in the code
|