Changeset 2271:c088c62dd5b2 for inc/dbschema/upgrade.php
- Timestamp:
- 10/04/13 22:22:02 (12 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/dbschema/upgrade.php
r2247 r2271 340 340 // trackbacks are now merged into posts 341 341 @unlink(DC_ROOT.'/'.'admin/trackbacks.php'); 342 343 # daInstaller has been integrated to the core. 344 $core->plugins->loadModules(DC_PLUGINS_ROOT); 345 if ($core->plugins->moduleExists('daInstaller')) { 346 $core->plugins->deleteModule('daInstaller'); 347 } 342 348 } 343 349
Note: See TracChangeset
for help on using the changeset viewer.