[-] BO : fixed country listing #PSCFV-4438

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@17575 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
dMetzger
2012-09-27 07:36:41 +00:00
parent 40c1b55ca8
commit 1b1acba4cd
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -2072,7 +2072,7 @@ class AdminControllerCore extends Controller
{
foreach ($this->fields_list as $key => $array_value)
if (isset($array_value['filter_key']))
$this->_listsql .= str_replace('!', '.', $array_value['filter_key']).',';
$this->_listsql .= str_replace('!', '.', $array_value['filter_key']).' as '.$key.',';
elseif ($key == 'id_'.$this->table)
$this->_listsql .= 'a.`'.bqSQL($key).'`,';
elseif ($key != 'image' && !preg_match('/'.preg_quote($key, '/').'/i', $this->_select))