mirror of
https://github.com/e107inc/e107.git
synced 2025-08-12 09:34:54 +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))
|
||||
{
|
||||
$qry .= "WHERE ".$where;
|
||||
$qry .= " WHERE ".$where;
|
||||
}
|
||||
|
||||
return $this->retrieve($qry);
|
||||
|
Reference in New Issue
Block a user