[wpkg-users] [Bug 206] lcid attribute for package variables not recognized

bugzilla-daemon at bugzilla.wpkg.org bugzilla-daemon at bugzilla.wpkg.org
Mon Jul 4 00:25:53 CEST 2011


http://bugzilla.wpkg.org/show_bug.cgi?id=206

--- Comment #6 from Stefan Pendl <pendl2megabit at yahoo.de>  ---
A better fix might be this:

    for (var i=0; i < variableNodes.length; i++) {
        var variableLCID = variableNodes[i].getAttribute("lcid");
        if (variableLCID != null) {
            var variableLCID =
trimLeadingZeroes(trim(variableNodes[i].getAttribute("lcid")));
        }
        dinfo("LCID: " + variableLCID);

Still not handling multiple LCIDs, but reflects the initial code.

---
Stefan

-- 
Configure bugmail: http://bugzilla.wpkg.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.



More information about the wpkg-users mailing list