[bugs] [Bug 1000] Changed - bug in horde/Prefs/ldap.php and some
additional code...
bugs@bugs.horde.org
bugs@bugs.horde.org
Thu, 25 Jul 2002 05:18:24 -0300
http://bugs.horde.org/show_bug.cgi?id=1000
*** shadow/1000 Thu Jul 25 05:09:48 2002
--- shadow/1000.tmp.20551 Thu Jul 25 05:18:23 2002
***************
*** 117,119 ****
--- 117,136 ----
}
+
+ ------- Additional Comments From jaaskela@ksao.fi 07/25/02 05:18 -------
+ just noticed that there was extra enter at included patch (where did that come from :)...
+
+ + if
+ (strcmp($this->scope, 'horde') != 0) {
+ +
+ array_push($attrs, $this->scope . 'Prefs');
+ +
+ }
+
+ should be:
+ + if (strcmp($this->scope, 'horde') != 0) {
+ + array_push($attrs, $this-
+ >scope . 'Prefs');
+ + }
+