6.0.0-beta1
7/17/25

[#9824] Syntax error in Ldap driver
Summary Syntax error in Ldap driver
Queue Turba
Queue Version 3.0
Type Bug
State Resolved
Priority 1. Low
Owners mrubinsk (at) horde (dot) org
Requester heinz (at) htl-steyr (dot) ac (dot) at
Created 04/06/2011 (5216 days ago)
Due
Updated 04/06/2011 (5216 days ago)
Assigned
Resolved 04/06/2011 (5216 days ago)
Github Issue Link
Github Pull Request
Milestone
Patch No

History
04/06/2011 03:42:54 PM Michael Rubinsky Comment #3
Assigned to Michael Rubinsky
State ⇒ Resolved
Reply to this comment
Committed, thanks!
04/06/2011 03:42:24 PM Git Commit Comment #2 Reply to this comment
Changes have been made in Git for this ticket:

Bug: 9824 Missing new keyword Signed-off-by: Michael J. Rubinsky 
<mrubinsk@horde.org>

  1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/14a45bf4810b3eb65baf1998af881a642fbec9cb
04/06/2011 03:15:45 PM heinz (at) htl-steyr (dot) ac (dot) at Comment #1
Priority ⇒ 1. Low
Patch ⇒ No
Milestone ⇒
Queue ⇒ Turba
Summary ⇒ Syntax error in Ldap driver
Type ⇒ Bug
State ⇒ Unconfirmed
Reply to this comment
In lib/Driver/Ldap.php,  function _search, line 196 the keyword "new" 
is missing
current code:
throw Turba_Exception(sprintf....

patch:
throw new Turba_Exception(sprintf....

Saved Queries