Changeset 4779 in subversion
- Timestamp:
- May 17, 2011 11:35:14 AM (2 years ago)
- Location:
- branches/release-0.5
- Files:
-
- 2 edited
-
CHANGELOG (modified) (1 diff)
-
program/include/rcmail.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/release-0.5/CHANGELOG
r4763 r4779 2 2 =========================== 3 3 4 - Fix issue which cases IMAP disconnection when encrypt() method was used (#1487900) 4 5 - Fix some CSS issues in Settings for Internet Explorer 5 6 - Fixed handling of folder with name "0" in folder selector -
branches/release-0.5/program/include/rcmail.php
r4626 r4779 1079 1079 $book->close(); 1080 1080 1081 if (is_object($this->imap)) 1082 $this->imap->close(); 1083 1081 1084 // before closing the database connection, write session data 1082 1085 if ($_SERVER['REMOTE_ADDR']) … … 1194 1197 } 1195 1198 1196 if (is_object($this->imap))1197 $this->imap->close();1198 1199 1199 return $base64 ? base64_encode($cipher) : $cipher; 1200 1200 }
Note: See TracChangeset
for help on using the changeset viewer.
