git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@10394
7612ce4b-ef26-0410-bec9-
ea0150e637f0
the subscribed mailbox-list.
- Properly clean up temporary attachment files when saving as Draft
(#1358407) and fix attachment cleaning code on logout.
+ - Fix error message in addressbook.php lookup (#1351825).
Version 1.5.0 - 2 February 2004
-------------------------------
if (is_array($res)) {
return $res;
} else {
- $this->error = htmlspecialchars($backend->error);
+ $this->error = htmlspecialchars($this->backends[$bnum]->error);
return false;
}
}
*/
do_hook('abook_add_class');
-?>
\ No newline at end of file
+?>