Show
Ignore:
Timestamp:
07/09/08 21:55:19 (5 months ago)
Author:
aarkerio
Message:

Updates genrali

Files:
1 modified

Legend:

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

    r282 r636  
    2525   
    2626 public $validate = array( 
    27       'comment' => VALID_NOT_EMPTY,         //'/[a-z0-9\_\-]{3,}$/i', 
    28       'user_id' => VALID_NOT_EMPTY, 
     27      'comment'  => VALID_NOT_EMPTY,         //'/[a-z0-9\_\-]{3,}$/i', 
     28      'user_id'  => VALID_NOT_EMPTY, 
    2929      'entry_id' => VALID_NOT_EMPTY, 
    3030      'username' => VALID_NOT_EMPTY