equal
deleted
inserted
replaced
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 { |