DBLayer : Allow the order of column with name 'group' by adding separator
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1917 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
This commit is contained in:
@@ -670,7 +670,7 @@ class dblayer extends PDO
|
|||||||
{
|
{
|
||||||
if ($n > 0)
|
if ($n > 0)
|
||||||
$req .= ",";
|
$req .= ",";
|
||||||
$req .= $o[0];
|
$req .= $this->sep.$o[0].$this->sep;
|
||||||
if (isset ($o[1]) && $o[1] === "DESC")
|
if (isset ($o[1]) && $o[1] === "DESC")
|
||||||
$req .= " DESC";
|
$req .= " DESC";
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user