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:
8146b1f
)
MDL-59662 database: Typo in variable name.
author
Luca Bösch
<luca.boesch@bfh.ch>
Mon, 31 Jul 2017 17:02:57 +0000
(19:02 +0200)
committer
=
<=>
Fri, 4 Aug 2017 08:30:11 +0000
(10:30 +0200)
admin/cli/mysql_collation.php
patch
|
blob
|
blame
|
history
diff --git
a/admin/cli/mysql_collation.php
b/admin/cli/mysql_collation.php
index
ae3c709
..
ba8a49e
100644
(file)
--- a/
admin/cli/mysql_collation.php
+++ b/
admin/cli/mysql_collation.php
@@
-203,7
+203,7
@@
if (!empty($options['collation'])) {
$DB->change_database_structure($sql);
} else {
echo "ERROR (unknown column type: $column->type)\n";
- $error++;
+ $error
s
++;
continue;
}
echo "CONVERTED\n";