|
|
| Participants: |
Petr Skoda
|
| Security Level: |
None
|
| Resolved date: |
16/Aug/08
|
| Affected Branches: |
MOODLE_20_STABLE
|
| Fixed Branches: |
MOODLE_20_STABLE
|
|
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 » |
made changes - 16/Aug/08 06:25 PM
| Field |
Original Value |
New Value |
|
Summary
|
Do not use a$[0] syntax in lang packs
|
Do not use $a[0] syntax in lang packs
|
made changes - 16/Aug/08 08:17 PM
|
Resolution
|
|
Fixed
[ 1
]
|
|
Status
|
Open
[ 1
]
|
Resolved
[ 5
]
|
|