Changeset 8eae72a in github
- Timestamp:
- Mar 5, 2012 9:20:07 AM (16 months ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.8
- Children:
- 377bc60
- Parents:
- 6205a30
- Location:
- program/include
- Files:
-
- 2 edited
-
rcube_imap.php (modified) (1 diff)
-
rcube_storage.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
program/include/rcube_imap.php
rc6a9cd6 r8eae72a 213 213 /** 214 214 * Check connection state, connect if not connected. 215 * 216 * @return bool Connection state. 215 217 */ 216 218 public function check_connection() -
program/include/rcube_storage.php
rfec2d8e r8eae72a 110 110 111 111 /** 112 * Check connection state, connect if not connected. 113 * 114 * @return bool Connection state. 115 */ 116 abstract function check_connection(); 117 118 119 /** 112 120 * Returns code of last error 113 121 *
Note: See TracChangeset
for help on using the changeset viewer.
