projects
/
platal.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ddb3df4
)
Fixes emails checking.
author
Stéphane Jacob
<sj@m4x.org>
Thu, 30 Jul 2009 18:05:32 +0000
(20:05 +0200)
committer
Stéphane Jacob
<sj@m4x.org>
Thu, 30 Jul 2009 18:05:44 +0000
(20:05 +0200)
bin/cron/emails.check.php
patch
|
blob
|
blame
|
history
diff --git
a/bin/cron/emails.check.php
b/bin/cron/emails.check.php
index
520bb6a
..
f2ebe14
100755
(executable)
--- a/
bin/cron/emails.check.php
+++ b/
bin/cron/emails.check.php
@@
-129,7
+129,8
@@
if ($opt_verbose) {
foreach ($result as $user) {
echo '* ' . $user['email'] . ' pour ' . $user['hruid'] . "\n";
}
- echo "\n";
+ }
+ echo "\n";
}
// vim:set et sw=4 sts=4 sws=4 foldmethod=marker enc=utf-8: