// Rename fieldsDisplay to fields_list part3 (timeout)

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@14378 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
tDidierjean
2012-03-29 16:31:01 +00:00
parent e288be915e
commit a5dcb4295f
26 changed files with 62 additions and 62 deletions
@@ -49,7 +49,7 @@ class AdminStatusesControllerCore extends AdminController
'dir' => 'os'
);
$this->fieldsDisplay = array(
$this->fields_list = array(
'id_order_state' => array(
'title' => $this->l('ID'),
'align' => 'center',
@@ -112,7 +112,7 @@ class AdminStatusesControllerCore extends AdminController
// reset actions and query vars
$this->actions = array();
unset($this->fieldsDisplay, $this->_select, $this->_join, $this->_group, $this->_filterHaving, $this->_filter, $this->identifier);
unset($this->fields_list, $this->_select, $this->_join, $this->_group, $this->_filterHaving, $this->_filter, $this->identifier);
$this->table = 'order_return_state';
$this->_defaultOrderBy = $this->identifier = 'id_order_return_state';
@@ -133,7 +133,7 @@ class AdminStatusesControllerCore extends AdminController
else
$this->action = '';
$this->fieldsDisplay = array(
$this->fields_list = array(
'id_order_return_state' => array(
'title' => $this->l('ID'),
'align' => 'center',