[wpkg-users] [Bug 164] New: function loadPackageEnv missing variable
bugzilla-daemon at bugzilla.wpkg.org
bugzilla-daemon at bugzilla.wpkg.org
Wed Jul 29 16:18:36 CEST 2009
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.
More information about the wpkg-users
mailing list