Changeset 5962 in subversion
- Timestamp:
- Mar 5, 2012 9:20:07 AM (15 months ago)
- Location:
- trunk/roundcubemail/program/include
- Files:
-
- 2 edited
-
rcube_imap.php (modified) (1 diff)
-
rcube_storage.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/program/include/rcube_imap.php
r5946 r5962 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() -
trunk/roundcubemail/program/include/rcube_storage.php
r5898 r5962 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.
