Dotclear

Changeset 1581:9b4081b29202 for inc


Ignore:
Timestamp:
08/25/13 18:46:29 (12 years ago)
Author:
franck <carnet.franck.paul@…>
Branch:
default
Message:

Cope with new README.md rather than old README for build and update, addresses #1510

File:
1 edited

Legend:

Unmodified
Added
Removed
  • inc/dbschema/upgrade.php

    r1205 r1581  
    336336               } 
    337337 
    338                if (version_compare($version, '2.5.1', '<=')) 
     338               if (version_compare($version,'2.5.1','<=')) 
    339339               { 
    340340                    // Flash enhanced upload no longer needed 
    341341                    @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'); 
    342348               } 
    343349                
Note: See TracChangeset for help on using the changeset viewer.

Sites map