[Exoops-bugfixes] MYSQL error on delete groups
Brought to you by:
farsus
From: Half-Dead <hal...@ga...> - 2002-06-15 10:45:30
|
Error when deleting groups: /class/xoopsgroup.php near line 126: remove: $result = $this->db->query("DELETE FROM ".$this->db->prefix("groups_cats_link")." WHERE groupid=".$this->getVar("groupid").""); near line 137: remove: } elseif ( $which == "category" ) { $table = "groups_cats_link"; $column = "category_id"; groups_cats_link doesn't exist in rc3 anymore. |