Changeset 14b342b in github
- Timestamp:
- Dec 1, 2011 7:38:13 AM (18 months ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.8
- Children:
- ad332809
- Parents:
- 72ff6ae8
- File:
-
- 1 edited
-
program/include/rcmail.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
program/include/rcmail.php
r72ff6ae8 r14b342b 454 454 455 455 // 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; 458 457 459 458 return $contacts; … … 1215 1214 1216 1215 foreach ($this->address_books as $book) { 1216 console('---------------'); 1217 1217 if (is_object($book) && is_a($book, 'rcube_addressbook')) 1218 1218 $book->close();
Note: See TracChangeset
for help on using the changeset viewer.
