includes/namespaces/default.php
changeset 866 0a691138a1e5
parent 832 7152ca0a0ce9
child 935 9e124177c9a4
equal deleted inserted replaced
865:7f8262b2004a 866:0a691138a1e5
   360       list($page_format) = $db->fetchrow_num();
   360       list($page_format) = $db->fetchrow_num();
   361       $db->free_result();
   361       $db->free_result();
   362     }
   362     }
   363     else
   363     else
   364     {
   364     {
   365       $pathskey = $paths->nslist[ $this->namespace ] . $paths->page_id;
   365       $pathskey = $paths->nslist[ $this->namespace ] . $this->page_id;
   366       $page_format = $paths->pages[$pathskey]['page_format'];
   366       $page_format = $paths->pages[$pathskey]['page_format'];
   367     }
   367     }
   368     
   368     
   369     if ( $redir_enabled )
   369     if ( $redir_enabled )
   370     {
   370     {