Changeset 111384 in spip-zone
- Timestamp:
- Aug 20, 2018, 9:35:14 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/prestashop_api/trunk/public/prestashop.php
r103431 r111384 132 132 $this->tableau = $cache; 133 133 } else { 134 if (!$select = charger_fonction('prestashop_ws_' . $this-> type. '_select', 'inc', true)) {134 if (!$select = charger_fonction('prestashop_ws_' . $this->get_resource() . '_select', 'inc', true)) { 135 135 $select = charger_fonction('prestashop_ws_select', 'inc', true); 136 136 }
Note: See TracChangeset
for help on using the changeset viewer.