
|
If you were logged in you would be able to see more operations.
|
|
|
Moodle
Created: 16/Aug/08 06:18 PM
Updated: 16/Aug/08 08:17 PM
|
|
| Component/s: |
Languages
|
| Affects Version/s: |
2.0
|
| Fix Version/s: |
2.0
|
|
|
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)
|
|
Description
|
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) |
Show » |
|