Fix on webmodel

This commit is contained in:
Antonio de la Rosa 2016-02-29 05:18:01 +01:00
parent ecb10623ac
commit 5bd75a40bb

View file

@ -824,7 +824,7 @@ class Webmodel {
$this->conditions='WHERE 1=1'; $this->conditions='WHERE 1=1';
$this->order_by='order by '.$this->idmodel.' ASC'; $this->order_by=''; //'order by '.$this->idmodel.' ASC';
$this->limit=''; $this->limit='';