Changeset 468 for trunk/app/models/test.php
- Timestamp:
- 05/09/08 00:41:41 (8 months ago)
- Files:
-
- 1 modified
-
trunk/app/models/test.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/app/models/test.php
r467 r468 88 88 $data = $this->Result->field('Result.id', $conditions); 89 89 90 if ($data != null):90 if ($data == false ): 91 91 return false; 92 92 else:
