2014-07-28 Junichi Satoh <junichi@rworks.jp>

* operation/agentes/estado_agente.php: Fixed sql error.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10358 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
jsatoh 2014-07-28 00:49:39 +00:00
parent ff89315554
commit a271695ba8
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2014-07-28 Junichi Satoh <junichi@rworks.jp>
* operation/agentes/estado_agente.php: Fixed sql error.
2014-07-24 Miguel de Dios <miguel.dedios@artica.es>
* operation/snmpconsole/snmp_view.php,

View File

@ -227,7 +227,7 @@ $order = null;
$order_collation = "";
switch ($config["dbtype"]) {
case "mysql":
$order_collation = "COLLATE utf8_general_ci";
$order_collation = " COLLATE utf8_general_ci";
break;
case "postgresql":
case "oracle":