[dev] prefs/ldap.php typo

KaalH! kaalh@smol.org
Mon, 9 Sep 2002 10:44:27 +0200


Index: lib/Prefs/ldap.php
===================================================================
RCS file: /repository/horde/lib/Prefs/ldap.php,v
retrieving revision 1.49
diff -u -r1.49 ldap.php
--- lib/Prefs/ldap.php  8 Sep 2002 14:35:04 -0000       1.49
+++ lib/Prefs/ldap.php  9 Sep 2002 08:43:17 -0000
@@ -346,7 +352,7 @@
         $this->_connect();
 
         /* Only fetch the fields for the attributes we need. */
-        $attrs - array('hordePrefs');
+        $attrs = array('hordePrefs');
         if (strcmp($this->scope, 'horde') != 0) {
             array_push($attrs, $this->scope . 'Prefs');
         }

-- 
KaalH!