mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
MDL-36357 cleanup - remove double semicolons
This commit is contained in:
parent
a3f3ea2684
commit
0e35ba6ffc
53 changed files with 66 additions and 66 deletions
|
@ -406,7 +406,7 @@ function stats_cron_daily($maxdays=1) {
|
|||
|
||||
SELECT 'enrolments', $nextmidnight, ".SITEID.", $defaultfproleid,
|
||||
$totalactiveusers AS stat1, $dailyactiveusers AS stat2" .
|
||||
$DB->sql_null_from_clause();;
|
||||
$DB->sql_null_from_clause();
|
||||
|
||||
if ($logspresent && !stats_run_query($sql)) {
|
||||
$failed = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue