Method:
addSql()
Class:
GROUP
Method Call:
include_once("core/group/GROUP.php");
$group = new GROUP($this->db);
BOOLEAN/INT $group->addSql(STRING: $groupName);
Description:
Add a new group to the table WKX_group. TRUE|FALSE is returned upon success or failure. If the group already exists, it merely returns the ID of the group.
Usage: