Changeset 1581:9b4081b29202 for inc
- Timestamp:
- 08/25/13 18:46:29 (12 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/dbschema/upgrade.php
r1205 r1581 336 336 } 337 337 338 if (version_compare($version, '2.5.1','<='))338 if (version_compare($version,'2.5.1','<=')) 339 339 { 340 340 // Flash enhanced upload no longer needed 341 341 @unlink(DC_ROOT.'/'.'inc/swf/swfupload.swf'); 342 } 343 344 if (version_compare($version,'2.6','<=')) 345 { 346 // README has been replaced by README.md and CONTRIBUTING.md 347 @unlink(DC_ROOT.'/'.'README'); 342 348 } 343 349
Note: See TracChangeset
for help on using the changeset viewer.