Dotclear


Ignore:
Timestamp:
09/29/15 17:34:17 (10 years ago)
Author:
franck <carnet.franck.paul@…>
Branch:
default
Message:

Blogs (lists) are now sorted in lexical order as far as possible, addresses #1850

File:
1 edited

Legend:

Unmodified
Added
Removed
  • inc/core/class.dc.rs.extensions.php

    r3105 r3106  
    894894} 
    895895 
     896class rsExtBlog 
     897{ 
     898     private static $sortfield; 
     899     private static $sortsign; 
     900     /** 
     901     Converts this record to a {@link extStaticRecord} instance. 
     902 
     903     @param    rs   Invisible parameter 
     904      */ 
     905     public static function toExtStatic($rs) 
     906     { 
     907          if ($rs instanceof extStaticRecord) { 
     908               return $rs; 
     909          } 
     910          return new extStaticRecord($rs); 
     911     } 
     912} 
     913 
    896914class extStaticRecord extends staticRecord 
    897915{ 
Note: See TracChangeset for help on using the changeset viewer.

Sites map