Show
Ignore:
Timestamp:
08/06/08 17:10:36 (4 months ago)
Author:
aarkerio
Message:

New validate arrays

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/app/app_model.php

    r474 r699  
    7878     } 
    7979    return true; 
    80   }   
     80 } 
     81   
     82 public function invalidate($field, $value = true)  
     83 { 
     84     return parent::invalidate($field, __($value, true)); 
     85 } 
    8186} 
    8287?>