Changeset 640 for trunk/app/controllers/vclassrooms_controller.php
- Timestamp:
- 07/10/08 22:51:44 (5 months ago)
- Files:
-
- 1 modified
-
trunk/app/controllers/vclassrooms_controller.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/app/controllers/vclassrooms_controller.php
r624 r640 71 71 72 72 // student belongs to this class? 73 if ( $this->Auth->user() && $this->Auth->user('group_id') == 3):73 if ( $this->Auth->user()): 74 74 $this->set('belongs', $this->Vclassroom->belongs($this->Auth->user('id'), $vclassroom_id)); 75 75 else:
