http://bugzilla.wpkg.org/show_bug.cgi?id=164 Summary: function loadPackageEnv missing variable Product: WPKG Version: 1.1.x-M Platform: PC OS/Version: Windows XP Status: NEW Severity: major Priority: P2 Component: wpkg.js AssignedTo: mangoo at wpkg.org ReportedBy: pendl2megabit at yahoo.de QAContact: wpkg-users at lists.wpkg.org wpkg.js 1.1.2-RC6: line 6335: dinfo("Variable " + key + " = " + val); should be: dinfo("Variable " + key + " = " + value); since: var val = variables.Item(key); changed to: var value = variables.Item(key); --- 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. |