Changeset 14b342b in github


Ignore:
Timestamp:
Dec 1, 2011 7:38:13 AM (18 months ago)
Author:
alecpl <alec@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.8
Children:
ad332809
Parents:
72ff6ae8
Message:
  • Fix so connection to LDAP will be properly closed
File:
1 edited

Legend:

Unmodified
Added
Removed
  • program/include/rcmail.php

    r72ff6ae8 r14b342b  
    454454 
    455455    // add to the 'books' array for shutdown function 
    456     if (!isset($this->address_books[$id])) 
    457       $this->address_books[$id] = $contacts; 
     456    $this->address_books[$id] = $contacts; 
    458457 
    459458    return $contacts; 
     
    12151214 
    12161215    foreach ($this->address_books as $book) { 
     1216console('---------------'); 
    12171217      if (is_object($book) && is_a($book, 'rcube_addressbook')) 
    12181218        $book->close(); 
Note: See TracChangeset for help on using the changeset viewer.