Changeset 538 for trunk/app/controllers/acquaintances_controller.php
- Timestamp:
- 05/21/08 01:02:56 (8 months ago)
- Files:
-
- 1 modified
-
trunk/app/controllers/acquaintances_controller.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/app/controllers/acquaintances_controller.php
r526 r538 29 29 if ($this->Auth->user('group_id') == 1 || $this->Auth->user('group_id') == 2 ): // admin and teachers 30 30 return true; 31 else: 32 return false; 31 33 endif; 32 endif; 33 return false; // go away !! 34 endif; 35 36 return true; 34 37 } 35 38
