Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3ae7974
)
MDL-29025 fix missing $ espacing
author
Petr Skoda
<commits@skodak.org>
Thu, 15 Sep 2011 07:22:37 +0000
(09:22 +0200)
committer
Petr Skoda
<commits@skodak.org>
Thu, 15 Sep 2011 07:25:30 +0000
(09:25 +0200)
auth/db/cli/sync_users.php
patch
|
blob
|
blame
|
history
diff --git
a/auth/db/cli/sync_users.php
b/auth/db/cli/sync_users.php
index
a2b7a0b
..
20ef137
100644
(file)
--- a/
auth/db/cli/sync_users.php
+++ b/
auth/db/cli/sync_users.php
@@
-72,7
+72,7
@@
Example:
Sample cron entry:
# 5 minutes past 4am
-5 4 * * * $sudo -u www-data /usr/bin/php /var/www/moodle/auth/db/cli/sync_users.php
+5 4 * * *
\
$sudo -u www-data /usr/bin/php /var/www/moodle/auth/db/cli/sync_users.php
";
echo $help;