Clean traces
This commit is contained in:
parent
08b393614a
commit
95e8a10fe1
|
@ -586,16 +586,9 @@ $sql = sprintf(
|
|||
$user_groups_to_sql,
|
||||
$search_sql
|
||||
);
|
||||
hd('INICIO user_groups_to_sql', true);
|
||||
hd($user_groups_to_sql, true);
|
||||
hd('FINAL user_groups_to_sql', true);
|
||||
hd('INICIO search_sql', true);
|
||||
hd($search_sql, true);
|
||||
hd('FINAL search_sql', true);
|
||||
|
||||
hd($sql, true);
|
||||
$total_agents = db_get_sql($sql);
|
||||
hd($total_agents, true);
|
||||
|
||||
$sql = sprintf(
|
||||
'SELECT *
|
||||
FROM tagente LEFT JOIN tagent_secondary_group tasg
|
||||
|
|
Loading…
Reference in New Issue