Changeset 367 for trunk/Modules/Finance/import.php
- Timestamp:
- Jan 19, 2012, 8:23:04 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Finance/import.php
r343 r367 1 1 <?php 2 include('../global.php');3 2 4 3 class FinanceImportPayment extends Page … … 145 144 } 146 145 147 $System->AddModule(new FinanceImportPayment());148 $System->Modules['FinanceImportPayment']->GetOutput();149 150 146 ?>
Note:
See TracChangeset
for help on using the changeset viewer.