- Timestamp:
- 2007/10/29 16:27:29 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/feature-module-paygent/html/admin/order/index.php
r14902 r16589 7 7 require_once("../require.php"); 8 8 require_once("./index_csv.php"); 9 10 if(file_exists(MODULE_PATH . 'mdl_paygent/mdl_paygent.inc')) { 11 require_once(MODULE_PATH . 'mdl_paygent/mdl_paygent.inc'); 12 } 9 13 10 14 class LC_Page { … … 29 33 $conn = new SC_DBConn(); 30 34 $objPage = new LC_Page(); 35 36 if(function_exists("sfPaygentOrderPage")) { 37 $objPage = sfPaygentOrderPage($objPage); 38 } 39 31 40 $objView = new SC_AdminView(); 32 41 $objSess = new SC_Session();
Note: See TracChangeset
for help on using the changeset viewer.