Ticket #1485051: rcube_imap.diff
| File rcube_imap.diff, 371 bytes (added by jeblair, 6 months ago) |
|---|
-
program/include/rcube_imap.inc
=== modified file 'program/include/rcube_imap.inc'
1901 1901 */ 1902 1902 function clear_cache($key=NULL) 1903 1903 { 1904 if (!$this->caching_enabled) 1905 return; 1904 1906 if ($key===NULL) 1905 1907 { 1906 1908 foreach ($this->cache as $key => $data)
