Changeset 699 for trunk/app/app_model.php
- Timestamp:
- 08/06/08 17:10:36 (4 months ago)
- Files:
-
- 1 modified
-
trunk/app/app_model.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/app/app_model.php
r474 r699 78 78 } 79 79 return true; 80 } 80 } 81 82 public function invalidate($field, $value = true) 83 { 84 return parent::invalidate($field, __($value, true)); 85 } 81 86 } 82 87 ?>
