Changeset 495

Show
Ignore:
Timestamp:
07/10/07 21:29:27 (1 year ago)
Author:
laurentj
Message:

fixed bug #221 : bad operator in jauth.listener.php

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lib/jelix-modules/CREDITS

    r386 r495  
    88* Nicolas Jeudy (njeudy) : amélioration interface xul de jxacl 
    99* Loic Mathaud (bbalizlife) : bug 
     10* Chris : coquille dans jauth.listener.php ( ticket #221) 
  • trunk/lib/jelix-modules/CREDITS

    r386 r495  
    88* Nicolas Jeudy (njeudy) : amélioration interface xul de jxacl 
    99* Loic Mathaud (bbalizlife) : bug 
     10* Chris : coquille dans jauth.listener.php ( ticket #221) 
  • trunk/lib/jelix-modules/jauth/classes/jauth.listener.php

    r339 r495  
    2222        } 
    2323 
    24         $ok = $ok & ($user->password != ''); 
     24        $ok = $ok && ($user->password != ''); 
    2525 
    2626        $event->Add(array('canlogin'=>$ok)); 
  • trunk/lib/jelix-modules/jauth/classes/jauth.listener.php

    r339 r495  
    2222        } 
    2323 
    24         $ok = $ok & ($user->password != ''); 
     24        $ok = $ok && ($user->password != ''); 
    2525 
    2626        $event->Add(array('canlogin'=>$ok)); 
  • trunk/lib/jelix/CREDITS

    r492 r495  
    5959 - correction dans jXmlRpc.class.php (#192) 
    6060 
     61Nicolas Lassalle 
     62 - correction d'un bug (#188) 
     63  
    6164Vincent Bonnard 
    6265 - coquille dans jXmlRpc.class.php (#180) 
  • trunk/lib/jelix/CREDITS

    r492 r495  
    5959 - correction dans jXmlRpc.class.php (#192) 
    6060 
     61Nicolas Lassalle 
     62 - correction d'un bug (#188) 
     63  
    6164Vincent Bonnard 
    6265 - coquille dans jXmlRpc.class.php (#180) 
Download in other formats: Unified Diff Zip Archive