Changeset 4509 for trunk/website

Show
Ignore:
Timestamp:
07/15/06 02:42:37 (2 years ago)
Author:
emostar
Message:

Should be the last file that needed fixing...

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/website/news.php

    r4482 r4509  
    33  include "archive.php"; 
    44 
    5 $news_action = $_REQUEST['news_action'] 
     5$news_action = $_REQUEST['news_action']; 
    66    if ( empty( $news_action ) ) $news_action = "show_archive"; 
    77?>