array( "Back to groups" => "policy-group-main.php", ), )); if ($_POST['frmaction'] == "add") { ?>
Name
Comment
prepare("INSERT INTO ${DB_TABLE_PREFIX}policy_groups (Name,Comment,Disabled) VALUES (?,?,1)"); $res = $stmt->execute(array( $_POST['policy_group_name'], $_POST['policy_group_comment'] )); if ($res) { ?>
Policy group created
Failed to create policy group
errorInfo()) ?>
Invalid invocation