- Timestamp:
- 2012/03/05 23:00:45 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_12-dev/data/class/pages/admin/order/LC_Page_Admin_Order.php
r21591 r21592 139 139 case 'csv': 140 140 $this->doOutputCSV($where, $arrWhereVal, $order); 141 141 142 142 // フックポイント. 143 143 $objPlugin = SC_Helper_Plugin_Ex::getSingletonInstance(); 144 144 $objPlugin->doAction('lc_page_admin_order_action_csv', array($this)); 145 145 146 146 exit; 147 147 break;
Note: See TracChangeset
for help on using the changeset viewer.