Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Leo Colisson
scripts
Commits
4d758557
Commit
4d758557
authored
Sep 25, 2015
by
Pierre-Elliott Bécue
Browse files
db.search("nom=&prenom") == db.search("nom=*&prenom=*") == allAdherents
parent
1df6eb37
Changes
1
Hide whitespace changes
Inline
Side-by-side
gestion/gest_crans.py
View file @
4d758557
...
...
@@ -110,7 +110,7 @@ def set_bases(adher):
# Affichage
annul
,
result
=
dialog
(
arg
)
if
annul
:
if
annul
and
any
([
result
[
i
]
==
''
for
i
in
xrange
(
len
(
result
))])
:
return
1
# Traitement
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment