2011-03-14 Miguel de Dios <miguel.dedios@artica.es>

* godmode/reporting/reporting_builder.preview.php: fixed a typing error.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4090 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
mdtrooper 2011-03-14 14:57:46 +00:00
parent 797a655a8c
commit ac44399404
2 changed files with 3 additions and 9 deletions

View File

@ -1,12 +1,6 @@
2011-03-11 Miguel de Dios <miguel.dedios@artica.es> 2011-03-14 Miguel de Dios <miguel.dedios@artica.es>
* extensions/agents_modules.php, operation/search_modules.php, * godmode/reporting/reporting_builder.preview.php: fixed a typing error.
operation/agentes/status_monitor.php,
operation/agentes/estado_ultimopaquete.php,
operation/agentes/estado_monitores.php: fixed the label for the graphs in
new window.
Fixes: #3203474
2011-03-11 Miguel de Dios <miguel.dedios@artica.es> 2011-03-11 Miguel de Dios <miguel.dedios@artica.es>

View File

@ -128,7 +128,7 @@ switch ($config["dbtype"]) {
$contents = get_db_all_rows_field_filter ("treport_content", "id_report", $id_report, "`order`"); $contents = get_db_all_rows_field_filter ("treport_content", "id_report", $id_report, "`order`");
break; break;
case "postgresql": case "postgresql":
$contents = get_db_all_rows_field_filter ("treport_content", "id_report", $id_report, '"order"''); $contents = get_db_all_rows_field_filter ("treport_content", "id_report", $id_report, '"order"');
break; break;
} }