Je vois pas l'interet du try part se payer la liste de tout le monde
lors d'un whos mal plac. darcs-hash:20041007124656-d1718-7a1f6a6780c5aa86f99019923600f8f3804323df.gz
This commit is contained in:
parent
f96dafed9a
commit
61b000c085
1 changed files with 1 additions and 2 deletions
|
@ -438,8 +438,7 @@ class crans_ldap :
|
||||||
el = '(%s=%s*)' % ( champ, expr)
|
el = '(%s=%s*)' % ( champ, expr)
|
||||||
elif champ == 'macAddress' :
|
elif champ == 'macAddress' :
|
||||||
# Formatage adresse mac
|
# Formatage adresse mac
|
||||||
try : el = '(macAddress=%s)' % format_mac(expr)
|
el = '(macAddress=%s)' % format_mac(expr)
|
||||||
except : return ''
|
|
||||||
elif champ == 'paiement' and expr=='ok' :
|
elif champ == 'paiement' and expr=='ok' :
|
||||||
# Paiement donnant droit à une connexion maintenant ?
|
# Paiement donnant droit à une connexion maintenant ?
|
||||||
if localtime()[1] == 9 :
|
if localtime()[1] == 9 :
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue