Changeset 672 for trunk/app/controllers
- Timestamp:
- 07/23/08 20:33:24 (4 months ago)
- Files:
-
- 1 modified
-
trunk/app/controllers/users_controller.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/app/controllers/users_controller.php
r671 r672 403 403 { 404 404 $this->layout = 'ajax'; 405 //die( debug($this->data));405 406 406 if (!empty($this->data['User']) && is_uploaded_file($this->data['User']['file']['tmp_name'])) 407 407 {
