Fix regression for return empty where sql
This commit is contained in:
parent
7aa56b006d
commit
54e8585fa0
1 changed files with 3 additions and 1 deletions
|
|
@ -782,7 +782,9 @@ class Webmodel {
|
|||
if($str_conditions=='')
|
||||
{
|
||||
|
||||
$this->conditions="WHERE 1=1";
|
||||
$str_conditions="WHERE 1=1";
|
||||
|
||||
return $str_conditions;
|
||||
|
||||
}
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue