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:
parent
02c37f4f47
commit
ee99be3fde
|
@ -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.
|
||||
|
|
|
@ -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":
|
||||
|
|
Loading…
Reference in New Issue