Ignore:
Timestamp:
May 3, 2007, 1:08:45 AM (17 years ago)
Author:
rvelices
Message:

merge r1996 from trunk to branch-1_7
correct bug on one of my previous commits (flat for picture page)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/branch-1_7/include/section_init.inc.php

    r1984 r1997  
    163163
    164164if ( script_basename()=='picture' and 'categories'==$page['section'] and
    165       !isset($page['chronology_field']) )
     165      !isset($page['category']) and !isset($page['chronology_field']) )
    166166{ //access a picture only by id, file or id-file without given section
    167167  $page['flat']=true;
Note: See TracChangeset for help on using the changeset viewer.