mirror of
https://github.com/roundcube/roundcubemail.git
synced 2026-03-19 22:37:01 +01:00
Improvements in garbage collector: created gc() method to run all
gc-related cleanups in one place, added posibility to run gc in environments without session
This commit is contained in:
@@ -62,7 +62,7 @@ function rcmail_url($action, $p=array(), $task=null)
|
||||
|
||||
function rcmail_temp_gc()
|
||||
{
|
||||
rcmail::get_instance()->temp_gc();
|
||||
rcmail::get_instance()->gc_temp();
|
||||
}
|
||||
|
||||
function rcube_charset_convert($str, $from, $to=NULL)
|
||||
|
||||
Reference in New Issue
Block a user