Show
Ignore:
Timestamp:
07/10/08 22:51:44 (5 months ago)
Author:
aarkerio
Message:

Updates genrali

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/app/controllers/vclassrooms_controller.php

    r624 r640  
    7171    
    7272   // student belongs to this class? 
    73    if ( $this->Auth->user() && $this->Auth->user('group_id') == 3): 
     73   if ( $this->Auth->user()): 
    7474             $this->set('belongs', $this->Vclassroom->belongs($this->Auth->user('id'), $vclassroom_id)); 
    7575   else: