Show
Ignore:
Timestamp:
08/08/08 16:03:49 (4 months ago)
Author:
aarkerio
Message:

New validates

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/app/app_model.php

    r699 r701  
    8282 public function invalidate($field, $value = true)  
    8383 { 
    84      return parent::invalidate($field, __($value, true)); 
     84   return parent::invalidate($field, __($value, true)); 
    8585 } 
    8686}