ispman/lib/ISPMan LDAP.pm,1.76,1.77

[email protected]
Newsgroups gmane.comp.isp.ispman.cvs
Message-ID <[email protected]>
Update of /cvsroot/ispman/ispman/lib/ISPMan
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2419

Modified Files:
	LDAP.pm 
Log Message:
fixed bug #875124 ($ispman->utf2lat doesn't pass arrays)


Index: LDAP.pm
===================================================================
RCS file: /cvsroot/ispman/ispman/lib/ISPMan/LDAP.pm,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -d -r1.76 -r1.77
--- LDAP.pm	14 Jan 2004 22:49:46 -0000	1.76
+++ LDAP.pm	24 Jan 2004 17:08:29 -0000	1.77
@@ -372,7 +372,7 @@
    
 
    my ($entry, $attr)=@_;
-   return $self->utf2lat($entry->get_value($attr));
+   return $self->utf2lat($entry->get_value($attr, asref => 1));
 }
 
 



-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.