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:
Aleksander Machniak
2013-06-05 10:56:26 +02:00
parent 42de33c7de
commit ee73a723f9
3 changed files with 47 additions and 14 deletions

View File

@@ -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)