Changeset 541 for trunk/app/views/groups/admin_edit.ctp
- Timestamp:
- 05/21/08 15:27:00 (8 months ago)
- Files:
-
- 1 modified
-
trunk/app/views/groups/admin_edit.ctp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/app/views/groups/admin_edit.ctp
r503 r541 1 1 <?php 2 2 //die( debug( $this->data ) ); 3 if ( $ cU['User']['group_id']!= 1 ):4 $this->flash('Error, you are not allowed to be here');3 if ( $session->read('Auth.User.group_id') != 1 ): 4 $this->flash('Error, you are not allowed to be here'); 5 5 endif; 6 6
