[Top][All Lists]
[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);
}
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Phpgroupware-cvs] eldaptir/inc class.ldap.inc.php,1.33,1.33.4.1,
Dave Hall <address@hidden> <=
- Prev by Date:
[Phpgroupware-cvs] etemplate/inc class.so_sql.inc.php, 1.5.2.1, 1.5.2.2
- Next by Date:
[Phpgroupware-cvs] api/interface class.interface_browser.php, 1.1.2.1, 1.1.2.2 class.interface_xmlrpc.php, 1.1.2.5, 1.1.2.6
- Previous by thread:
[Phpgroupware-cvs] etemplate/inc class.so_sql.inc.php, 1.5.2.1, 1.5.2.2
- Next by thread:
[Phpgroupware-cvs] api/interface class.interface_browser.php, 1.1.2.1, 1.1.2.2 class.interface_xmlrpc.php, 1.1.2.5, 1.1.2.6
- Index(es):