REmove debug trace. Gitlab: #346

This commit is contained in:
m-lopez-f 2017-02-22 11:15:05 +01:00
parent 1b1f1165e8
commit bfe40653df
1 changed files with 1 additions and 1 deletions

View File

@ -1677,7 +1677,7 @@ switch ($action) {
$sql = sprintf($sql, 'DESC');
break;
}
echo $sql;
$ids = db_get_all_rows_sql($sql);
}