mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 16:24:54 +02:00
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>
|
2014-08-01 Miguel de Dios <miguel.dedios@artica.es>
|
||||||
|
|
||||||
* godmode/agentes/planned_downtime.editor.php: fixed the acl.
|
* godmode/agentes/planned_downtime.editor.php: fixed the acl.
|
||||||
|
@ -227,7 +227,7 @@ $order = null;
|
|||||||
$order_collation = "";
|
$order_collation = "";
|
||||||
switch ($config["dbtype"]) {
|
switch ($config["dbtype"]) {
|
||||||
case "mysql":
|
case "mysql":
|
||||||
$order_collation = "COLLATE utf8_general_ci";
|
$order_collation = " COLLATE utf8_general_ci";
|
||||||
break;
|
break;
|
||||||
case "postgresql":
|
case "postgresql":
|
||||||
case "oracle":
|
case "oracle":
|
||||||
|
Loading…
x
Reference in New Issue
Block a user