Changeset 3237:f77fcf59c4b7 for inc/dbschema/upgrade.php
- Timestamp:
- 03/27/16 11:37:23 (9 years ago)
- Branch:
- default
- Parents:
- 3233:88beb660cdd0 (diff), 3236:b55d50fc4301 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/dbschema/upgrade.php
r3232 r3237 540 540 } 541 541 542 if (version_compare($version,'2.10','<=')) 543 { 544 @unlink(DC_ROOT.'/'.'admin/js/jsUpload/vendor/jquery.ui.widget.js'); 545 @rmdir(DC_ROOT.'/'.'admin/js/jsUpload/vendor'); 546 } 547 542 548 $core->setVersion('core',DC_VERSION); 543 549 $core->blogDefaults();
Note: See TracChangeset
for help on using the changeset viewer.