Show
Ignore:
Timestamp:
05/16/08 23:33:41 (8 months ago)
Author:
aarkerio
Message:

Update

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/app/models/news.php

    r407 r499  
    3333     public $validate = array( 
    3434           'title' => VALID_NOT_EMPTY, 
    35             'user_id' => VALID_NOT_EMPTY, 
     35           'user_id' => VALID_NOT_EMPTY, 
    3636           'body' => VALID_NOT_EMPTY, 
    37             'status' => VALID_NOT_EMPTY 
     37           'status' => VALID_NOT_EMPTY 
    3838     ); 
    3939