Changeset 661 for trunk/app/controllers
- Timestamp:
- 07/21/08 22:11:14 (4 months ago)
- Files:
-
- 1 modified
-
trunk/app/controllers/subjects_controller.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/app/controllers/subjects_controller.php
r660 r661 45 45 46 46 $this->title = __('Subject', true); 47 48 $conditions = array('Subject.code'=>$code);49 47 50 $this->set('data', $this->Subject-> find($conditions));48 $this->set('data', $this->Subject->getSubject($code)); 51 49 } 52 53 50 54 51 /** ==== ADMIN METHODS ==== */
