Changeset 4505 for trunk/website

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

Try changing the eol-style property.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/website/archive.php

    • Property svn:eol-style changed from native to CRLF
    r4482 r4505  
    110110{ 
    111111    //global $item_id; 
    112 $item_id = $_REQUEST['item_id'] 
    113 if (!is_numeric($item_id) 
    114 { echo "NO." 
    115 exit 
     112$item_id = $_REQUEST['item_id']; 
     113if (!is_numeric($item_id); 
     114{  
    116115 
    117116    $data = news_read_item( $item_id );