removed debug line is uploaded in another commit
This commit is contained in:
parent
5a8db89588
commit
315aaf1816
|
@ -326,7 +326,6 @@ switch ($config["dbtype"]) {
|
|||
ORDER BY tagente_modulo.id_module_group , %s %s",
|
||||
$id_agente, $status_text_monitor_sql,$status_module_group_filter,$status_filter_sql, $tags_sql, AGENT_MODULE_STATUS_NO_DATA,
|
||||
$status_module_group_filter, $order['field'], $order['order']);
|
||||
print_r($sql);
|
||||
break;
|
||||
case "postgresql":
|
||||
$sql = sprintf("
|
||||
|
|
Loading…
Reference in New Issue