Closed
Bug 1385
Opened 26 years ago
Closed 26 years ago
Bug in API.pm when updating multiple attributes
Categories
(Directory :: PerLDAP, defect, P1)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: leif, Assigned: leif)
Details
From: Dave Carrigan <Dave.Carrigan@cnpl.enbridge.com>
Index: Conn.pm
===================================================================
RCS file: /cvsroot/mozilla/directory/perldap/Conn.pm,v
retrieving revision 1.18.2.7
diff -u -b -u -r1.18.2.7 Conn.pm
--- Conn.pm 1998/09/29 07:20:29 1.18.2.7
+++ Conn.pm 1998/10/28 19:52:43
@@ -430,6 +450,7 @@
else
{
@arr = ();
+ undef %new;
grep(($new{$_} = 1), @vals);
foreach (@{$entry->{"_${key}_save_"}})
{
Assignee | ||
Updated•26 years ago
|
Priority: P2 → P1
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 1•26 years ago
|
||
Fixed.
Updated•26 years ago
|
QA Contact: 3849
Comment 2•26 years ago
|
||
asking Dave.Carrigan@cnpl.enbridge.com to verify the fix
Assignee | ||
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•