Sorry to keep beating a dead horse... But I don't understand what that is supposed to do. I am doing a manual install.
Besides.. THIS doesn't look like valid SQL code in mysql
# ################
# PermissionControl
# ################
PermissionControl.deleteRoleValuesByRoleId = DELETE FROM jforum_role_values WHERE role_id IN (?)
PermissionControl.getRoleIdsByGroup = SELECT DISTINCT rv.role_id \
FROM jforum_role_values rv, jforum_roles r \
WHERE r.role_id = rv.role_id \
AND r.group_id = ?
Is this script (from mysql_3.2.3) supposed to replace some
JSP code?
--Dave
(sorry, but the documentation isn't really clear on what to do with this)
[originally posted on jforum.net by dcrumb]