Development

#2158: sfGuardUserPeer.php.patch

You must first sign up to be able to contribute.

Ticket #2158: sfGuardUserPeer.php.patch

File sfGuardUserPeer.php.patch, 0.5 kB (added by ericbartels, 1 year ago)
  • //192.168.2.109/inetpub/eks/plugins/sfGuardPlugin/lib/model/sfGuardUserPeer.php

    old new  
    2121  { 
    2222    $c = new Criteria(); 
    2323    $c->add(self::USERNAME, $username); 
    24     $c->add(self::IS_ACTIVE, $isActive); 
    2524 
    2625    return self::doSelectOne($c); 
    2726  }