added detach support for the gui

This commit is contained in:
SJ
2013-04-09 15:02:10 +02:00
parent 2a94804586
commit 8cf4a1b759
10 changed files with 149 additions and 16 deletions

View File

@ -484,4 +484,11 @@ function fix_evolution_mime_name_crap($s = '') {
}
function safe_feof($fp, &$start = NULL) {
$start = microtime(true);
return feof($fp);
}
?>