// Replace shop->addSqlRestriction() and shop->addSqlRestrictionOnLang() by static versions
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@13618 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -47,7 +47,7 @@ class StatsSearch extends ModuleGraph
|
||||
$this->_query = 'SELECT `keywords`, COUNT(TRIM(`keywords`)) as occurences, MAX(results) as total
|
||||
FROM `'._DB_PREFIX_.'statssearch`
|
||||
WHERE 1
|
||||
'.$this->sqlShopRestriction().'
|
||||
'.Shop::addSqlRestriction().'
|
||||
AND `date_add` BETWEEN ';
|
||||
|
||||
$this->_query2 = 'GROUP BY `keywords`
|
||||
|
||||
Reference in New Issue
Block a user