Browse Source
coding guideline - remove extra carriage return
MOODLE_34_STABLE
Dan Marsden
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
1 deletions
-
db/upgrade.php
|
@ -526,6 +526,5 @@ function xmldb_attendance_upgrade($oldversion=0) { |
|
|
upgrade_mod_savepoint(true, 2017112008, 'attendance'); |
|
|
upgrade_mod_savepoint(true, 2017112008, 'attendance'); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
return $result; |
|
|
return $result; |
|
|
} |
|
|
} |
|
|