Dotclear


Ignore:
Timestamp:
11/17/13 20:25:53 (12 years ago)
Author:
franck <carnet.franck.paul@…>
Branch:
2.6
Children:
2567:6c11245cbf04, 2568:61c67a7d17fa
Message:

Add some people in CREDITS, remove trailing spaces and tabs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • inc/core/class.dc.store.php

    r2388 r2566  
    263263     { 
    264264          return version_compare( 
    265                preg_replace('!-r(\d+)$!', '-p$1', $v1),  
    266                preg_replace('!-r(\d+)$!', '-p$1', $v2),  
     265               preg_replace('!-r(\d+)$!', '-p$1', $v1), 
     266               preg_replace('!-r(\d+)$!', '-p$1', $v2), 
    267267               $op 
    268268          ); 
    269269     } 
    270270 
    271      /**  
     271     /** 
    272272      * Sort modules list. 
    273273      * 
     
    278278     private static function sort($a,$b) 
    279279     { 
    280           $c = strtolower($a['id']);  
    281           $d = strtolower($b['id']);  
    282           if ($c == $d) {  
    283                return 0;  
    284           }  
    285           return ($c < $d) ? -1 : 1;  
     280          $c = strtolower($a['id']); 
     281          $d = strtolower($b['id']); 
     282          if ($c == $d) { 
     283               return 0; 
     284          } 
     285          return ($c < $d) ? -1 : 1; 
    286286     } 
    287287} 
Note: See TracChangeset for help on using the changeset viewer.

Sites map