Subversion Repositories ALCASAR

Compare Revisions

Ignore whitespace Rev 2842 → Rev 2843

/web/acc/manager/lib/sql/create_user.php
104,7 → 104,7
$table = "$config[sql_reply_table]";
$type = 2;
}
$val = (isset($$attrmap["$key"])) ? $$attrmap["$key"] : '';
$val = (isset($_POST[$attrmap["$key"]])) ? $_POST[$attrmap["$key"]] : '';
$val = da_sql_escape_string($link, $val);
$op_name = $attrmap["$key"] . '_op';
$op_val = (isset($$op_name)) ? $$op_name : '';