Changeset 56 for branches/old/Packages/Common/Package.php
- Timestamp:
- Feb 21, 2015, 12:17:01 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/old/Packages/Common/Package.php
r55 r56 4 4 'Name' => 'Common', 5 5 'Version' => 1, 6 }; 7 6 ); 7 8 include_once(dirname(__FILE__).'/PrefixMultiplier.php'); 9 include_once(dirname(__FILE__).'/Database.php'); 10 include_once(dirname(__FILE__).'/Image.php'); 11 include_once(dirname(__FILE__).'/Mail.php'); 12 include_once(dirname(__FILE__).'/UTF8.php'); 13 include_once(dirname(__FILE__).'/NetworkAddress.php'); 14 include_once(dirname(__FILE__).'/VarDumper.php'); 15 include_once(dirname(__FILE__).'/RSS.php');
Note:
See TracChangeset
for help on using the changeset viewer.