Ignore:
Timestamp:
Nov 29, 2009, 1:35:19 PM (14 years ago)
Author:
nikrou
Message:

Feature_1255 :

  • single quotes in queries
  • start using $confdblayer
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/section_init.inc.php

    r4367 r4385  
    123123
    124124$page = array_merge( $page, parse_section_url( $tokens, $next_token) );
     125
    125126if ( !isset($page['section']) )
    126127{
     
    157158}
    158159
    159 
    160160$page = array_merge( $page, parse_well_known_params_url( $tokens, $next_token) );
    161 
    162 
    163161if ( script_basename()=='picture' and 'categories'==$page['section'] and
    164162      !isset($page['category']) and !isset($page['chronology_field']) )
Note: See TracChangeset for help on using the changeset viewer.