mirror of
https://github.com/itflow-org/itflow
synced 2026-07-24 17:30:43 +00:00
Replace Function sanitizeInput() with just escapeSql() and update all instances throughout
This commit is contained in:
@@ -21,7 +21,7 @@ if (!empty($contact_id)) {
|
||||
|
||||
if ($row) {
|
||||
|
||||
$contact_name = sanitizeInput($row['contact_name']);
|
||||
$contact_name = escapeSql($row['contact_name']);
|
||||
$contact_user_id = intval($row['contact_user_id']);
|
||||
|
||||
// Un-archive associated user if applicable
|
||||
|
||||
Reference in New Issue
Block a user