This was wrongly introduced in 1.9 in mnet and auth code, we should definitely not add new tricks into lang packs, this is only going to confuse translators!
Fixing all new strings introduced in 2.0 with
This was wrongly introduced in 1.9 in mnet and auth code, we should definitely not add new tricks into lang packs, this is only going to confuse translators!
Fixing all new strings introduced in 2.0 with
$a = (object)array('something'=>$something, 'other'=>$other)
Petr Skoda committed 85 files to 'Moodle CVS' - 16/Aug/08 08:16 PM
MDL-16002 rewritten upgrade locking and better upgrade progress tracking; MDL-16070 Do not use $a[0] syntax in lang packs + various other upgrade improvements and fixes