Changeset 5508 in subversion


Ignore:
Timestamp:
Nov 29, 2011 3:44:53 AM (18 months ago)
Author:
alec
Message:
  • Fix identation
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/roundcubemail/program/include/rcube_ldap.php

    r5506 r5508  
    745745            $this->result = new rcube_result_set(0); 
    746746 
    747             if (!$this->ldap_result) { 
     747            if (!$this->ldap_result) { 
    748748                $this->_debug("S: ".ldap_error($this->conn)); 
    749                 return $this->result; 
    750             } 
    751  
    752             $this->_debug("S: ".ldap_count_entries($this->conn, $this->ldap_result)." record(s)"); 
     749                return $this->result; 
     750            } 
     751 
     752            $this->_debug("S: ".ldap_count_entries($this->conn, $this->ldap_result)." record(s)"); 
    753753 
    754754            // get all entries of this page and post-filter those that really match the query 
Note: See TracChangeset for help on using the changeset viewer.