Show
Ignore:
Timestamp:
07/11/08 19:02:40 (4 months ago)
Author:
aarkerio
Message:

Feeders

Files:
1 modified

Legend:

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

    r535 r648  
    2020 
    2121   public $validate = array( 
    22       'login' => '/[a-z0-9\_\-]{3,}$/i', 
    23       'password' => VALID_NOT_EMPTY, 
    24       'username' => VALID_NOT_EMPTY, 
    25       'email' => VALID_EMAIL 
     22      'title'       => VALID_NOT_EMPTY, 
     23      'description' => VALID_NOT_EMPTY 
    2624   );  
    2725/*