phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] eldaptir/inc class.ldap.inc.php,1.33,1.33.4.1


From: Dave Hall <address@hidden>
Subject: [Phpgroupware-cvs] eldaptir/inc class.ldap.inc.php,1.33,1.33.4.1
Date: Mon, 03 Nov 2003 07:15:19 +0000

Update of /cvsroot/phpgroupware/eldaptir/inc
In directory subversions:/tmp/cvs-serv4181

Modified Files:
      Tag: Version-0_9_16-branch
        class.ldap.inc.php 
Log Message:
fix for bug #6245

Index: class.ldap.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/eldaptir/inc/class.ldap.inc.php,v
retrieving revision 1.33
retrieving revision 1.33.4.1
diff -C2 -d -r1.33 -r1.33.4.1
*** class.ldap.inc.php  19 Nov 2001 16:08:46 -0000      1.33
--- class.ldap.inc.php  3 Nov 2003 07:15:16 -0000       1.33.4.1
***************
*** 545,549 ****
                        $thisdn = implode(',',$pieces);
                        //echo $thisdn;
!                       return $thisdn;
                }
  
--- 545,549 ----
                        $thisdn = implode(',',$pieces);
                        //echo $thisdn;
!                       return urldecode($thisdn);
                }
  





reply via email to

[Prev in Thread] Current Thread [Next in Thread]