Changeset 674 for trunk/app/controllers
- Timestamp:
- 07/24/08 14:03:01 (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
r672 r674 221 221 $cookie = array(); 222 222 $cookie['email'] = $this->data['User']['email']; 223 $cookie['token'] = $this->data['User']['p asword'];223 $cookie['token'] = $this->data['User']['pwd']; 224 224 $this->Cookie->write('User', $cookie, true, '+2 weeks'); 225 225 endif;
