Changeset 640 for trunk/app/controllers/forums_controller.php
- Timestamp:
- 07/10/08 22:51:44 (5 months ago)
- Files:
-
- 1 modified
-
trunk/app/controllers/forums_controller.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/app/controllers/forums_controller.php
r627 r640 44 44 { 45 45 // student belongst to this class? 46 if ( $this->Auth->user() && $this->Auth->user('group_id') == 3):46 if ( $this->Auth->user() ): 47 47 $this->set('belongs', $this->Forum->Vclassroom->belongs($this->Auth->user('id'), $vclassroom_id)); 48 48 else:
