mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
서브쿼리시 Warning: Invalid argument supplied for foreach() 오류 수정
This commit is contained in:
parent
7764d88b82
commit
33e44b8708
1 changed files with 5 additions and 0 deletions
|
|
@ -586,6 +586,11 @@ class Query extends BaseObject
|
|||
*/
|
||||
function getHavingString($with_values = TRUE)
|
||||
{
|
||||
if(!is_array($this->having))
|
||||
{
|
||||
return '';
|
||||
}
|
||||
|
||||
$having = '';
|
||||
$condition_count = 0;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue