Changeset 1219 in subversion
- Timestamp:
- Mar 25, 2008 3:09:56 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/program/include/rcube_imap.inc
r1201 r1219 2229 2229 function remove_message_cache($key, $index) 2230 2230 { 2231 if (!$this->caching_enabled) 2232 return; 2233 2231 2234 $this->db->query( 2232 2235 "DELETE FROM ".get_table_name('messages')." … … 2244 2247 function clear_message_cache($key, $start_index=1) 2245 2248 { 2249 if (!$this->caching_enabled) 2250 return; 2251 2246 2252 $this->db->query( 2247 2253 "DELETE FROM ".get_table_name('messages')."
Note: See TracChangeset
for help on using the changeset viewer.
