Changeset 23813 for trunk/install


Ignore:
Timestamp:
Jul 6, 2013, 8:31:14 PM (11 years ago)
Author:
mistic100
Message:

bug 2931: revert r23675 & r23721, make element_set_ranks.php uses ASC keyword (+ migration task)

Location:
trunk/install
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/install/config.sql

    r23675 r23813  
    5757INSERT INTO piwigo_config (param,value,comment) VALUES ('week_starts_on','monday','Monday may not be the first day of the week');
    5858INSERT INTO piwigo_config (param,value,comment) VALUES ('updates_ignored','a:3:{s:7:"plugins";a:0:{}s:6:"themes";a:0:{}s:9:"languages";a:0:{}}','Extensions ignored for update');
    59 INSERT INTO piwigo_config (param,value,comment) VALUES ('order_by','ORDER BY date_available DESC,file,id','default photo order');
    60 INSERT INTO piwigo_config (param,value,comment) VALUES ('order_by_inside_category','ORDER BY date_available DESC,file,id','default photo order inside category');
     59INSERT INTO piwigo_config (param,value,comment) VALUES ('order_by','ORDER BY date_available DESC, file ASC, id ASC','default photo order');
     60INSERT INTO piwigo_config (param,value,comment) VALUES ('order_by_inside_category','ORDER BY date_available DESC, file ASC, id ASC','default photo order inside category');
    6161INSERT INTO piwigo_config (param,value) VALUES ('original_resize','false');
    6262INSERT INTO piwigo_config (param,value) VALUES ('original_resize_maxwidth','2016');
Note: See TracChangeset for help on using the changeset viewer.