alecpl
2009-07-11 713a66fc0fd824906517260c5323d4f8afc919b7
program/include/rcube_ldap.php
@@ -105,7 +105,7 @@
      if ($this->prop["user_specific"]) {
        // No password set, use the session password
        if (empty($this->prop['bind_pass'])) {
          $this->prop['bind_pass'] = $RCMAIL->decrypt_passwd($_SESSION["password"]);
          $this->prop['bind_pass'] = $RCMAIL->decrypt($_SESSION['password']);
        }
        // Get the pieces needed for variable replacement.