WebsiteBaker 2.13.8 is now available!
R.I.P Dietmar (luisehahne) and thank you for all your valuable work for WBhttps://forum.websitebaker.org/index.php/topic,32355.0.html
$sql = 'SELECT COUNT(*) FROM `'.TABLE_PREFIX.'groups` ' . 'WHERE `name`=\''.$group_name.'\''; if ($database->get_one($sql)) { $admin->print_error($MESSAGE['GROUPS_GROUP_NAME_EXISTS'], $js_back); }