Changeset 496 for trunk/app/models

Show
Ignore:
Timestamp:
05/16/08 23:04:18 (7 months ago)
Author:
aarkerio
Message:

Message interfase

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/app/models/user.php

    r480 r496  
    112112    
    113113    if ( !empty($this->data['User']['pwd']) ): 
    114            die( debug($this->data['User']['pwd'])); 
     114          
    115115          if ( strlen($this->data['User']['pwd']) < 6):   // only if pwd is big enough 
    116116                 unset($this->data['User']['pwd']);