Subversion Repositories ALCASAR

Compare Revisions

Ignore whitespace Rev 2842 → Rev 2843

/web/acc/manager/lib/sql/create_group.php
63,7 → 63,7
$table = "$config[sql_groupreply_table]";
$type = 2;
}
$val = $$attrmap["$key"];
$val = $_POST[$attrmap["$key"]];
$val = da_sql_escape_string($link, $val);
$op_name = $attrmap["$key"] . '_op';
$op_val = $$op_name;