mirror of
https://github.com/e107inc/e107.git
synced 2025-08-15 11:04:18 +02:00
For the max() method when using $where
This commit is contained in:
@@ -1679,7 +1679,7 @@ class e_db_pdo implements e_db
|
|||||||
|
|
||||||
if(!empty($where))
|
if(!empty($where))
|
||||||
{
|
{
|
||||||
$qry .= "WHERE ".$where;
|
$qry .= " WHERE ".$where;
|
||||||
}
|
}
|
||||||
|
|
||||||
return $this->retrieve($qry);
|
return $this->retrieve($qry);
|
||||||
|
Reference in New Issue
Block a user