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: [email protected]
ReportedBy: [email protected]
QAContact: [email protected]
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.
-------------------------------------------------------------------------
wpkg-users mailing list archives >> http://lists.wpkg.org/pipermail/wpkg-users/
_______________________________________________
wpkg-users mailing list
[email protected]
http://lists.wpkg.org/mailman/listinfo/wpkg-users