forked from science-ation/science-ation
- Quote the field in the ORDER part of the sql, in case it happens to be an sql
keyword.
This commit is contained in:
parent
b022cb5978
commit
e43bcb1a7d
@ -903,7 +903,7 @@ class TableEditor
|
||||
}
|
||||
}
|
||||
if($this->sortField())
|
||||
$query.=" ORDER BY ".$this->sortField()."";
|
||||
$query.=" ORDER BY `".$this->sortField()."`";
|
||||
|
||||
if($this->rowsPerPage>0)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user