2014-08-02 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@10371 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
jsatoh 2014-08-02 07:09:28 +00:00
parent 02c37f4f47
commit ee99be3fde
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2014-08-02 Junichi Satoh <junichi@rworks.jp>
* operation/agentes/estado_agente.php: Fixed sql error.
2014-08-01 Miguel de Dios <miguel.dedios@artica.es>
* godmode/agentes/planned_downtime.editor.php: fixed the acl.

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":