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.
|