X-Git-Url: http://git.moodle.org/gw?p=moodle.git;a=blobdiff_plain;f=lib%2Fdb%2Fupgrade.php;h=85b4afb0eec5381628294b455ccf9a13dd661dcc;hp=eaa12d32129437ec3f8a726476fe34130eba0872;hb=eb38d45b4e4840f17852c59acbbc2af1376b4536;hpb=efd9c8e5b61d1a1ee409e266a58545e3e03bc913;ds=sidebyside diff --git a/lib/db/upgrade.php b/lib/db/upgrade.php index eaa12d32129..85b4afb0eec 100644 --- a/lib/db/upgrade.php +++ b/lib/db/upgrade.php @@ -6698,7 +6698,7 @@ FROM if ($oldversion < 2011090800) { // Increase the length of the of the course shortname field as it is now going - // to be consistently filtered and 100 characters if practically useless for + // to be consistently filtered and 100 characters is practically useless for // things like the multilang filter. $table = new xmldb_table('course');