Comment 12 for bug 446669

Revision history for this message
Marek (mlb) wrote :

Yes, the bug still exists in karmic.

Manual workaroud is to edit:

/usr/share/phpldapadmin/lib/AJAXTree.php

and change

 protected function draw_dn($dn,$level=0,$first_child=true,$last_child=true) {

to

 protected function draw_dn($dn,$level,$first_child=true,$last_child=true) {