History | Log In     View a printable version of the current page.  
We are currently focused especially on Moodle 2.0, Moodle 1.9.x bugs and Moodle 1.9.x testing.    Confused? Lost? Please read this introduction to the Tracker.
Issue Details (XML | Word | Printable)

Key: MDL-16070
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Critical Critical
Assignee: Petr Škoda
Reporter: Petr Škoda
Votes: 0
Watchers: 4
Operations

If you were logged in you would be able to see more operations.
Moodle

Do not use $a[0] syntax in lang packs

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

Participants: Petr Škoda
Security Level: None


 Description  « Hide
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)

 All   Comments   Change History   Version Control      Sort Order: Ascending order - Click to sort in descending order
Petr Škoda - 16/Aug/08 08:17 PM
done