Changeset 8 for branches/2/mangos_import.php
- Timestamp:
- May 9, 2008, 10:39:00 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2/mangos_import.php
r5 r8 3 3 class MangosImport extends Module 4 4 { 5 function FullImport()5 function ImportFromMangos() 6 6 { 7 7 $Output = ''; … … 44 44 return($Output); 45 45 } 46 47 function ImportOldSystem() 48 { 49 } 46 50 } 47 51
Note:
See TracChangeset
for help on using the changeset viewer.