Changeset 897 for trunk/Packages/Common/Common.php
- Timestamp:
- Jan 22, 2021, 12:04:30 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Packages/Common/Common.php
r887 r897 17 17 include_once(dirname(__FILE__).'/Locale.php'); 18 18 include_once(dirname(__FILE__).'/Update.php'); 19 include_once(dirname(__FILE__).'/Setup.php');20 19 include_once(dirname(__FILE__).'/Table.php'); 21 20 include_once(dirname(__FILE__).'/Process.php'); … … 23 22 include_once(dirname(__FILE__).'/BigInt.php'); 24 23 include_once(dirname(__FILE__).'/Int128.php'); 24 include_once(dirname(__FILE__).'/Modules/Setup.php'); 25 include_once(dirname(__FILE__).'/Modules/ModuleManager.php'); 25 26 26 27 class PackageCommon
Note:
See TracChangeset
for help on using the changeset viewer.