// 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:
rMalie
2012-02-27 12:15:30 +00:00
parent 2caf013a0f
commit c2cef61a5a
58 changed files with 210 additions and 241 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ class StatsOrigin extends ModuleGraph
$sql = 'SELECT http_referer
FROM '._DB_PREFIX_.'connections
WHERE 1
'.$this->sqlShopRestriction().'
'.Shop::addSqlRestriction().'
AND date_add BETWEEN '.$dateBetween;
$result = Db::getInstance(_PS_USE_SQL_SLAVE_)->query($sql);
$websites = array($directLink => 0);