Thomas
2013-10-21 4af76d20cafcd456bf3ce0fcb17b25a888c45160
program/steps/settings/folders.inc
@@ -349,7 +349,7 @@
            array('value' => $folder_utf8, 'disabled' => $disabled ? 'disabled' : '')));
        $a_js_folders['rcmrow'.$idx] = array($folder_utf8,
            Q($display_folder), $protected || $folder['virtual']);
            $display_folder, $protected || $folder['virtual']);
    }
    $RCMAIL->plugins->exec_hook('folders_list', array('table' => $table));
@@ -369,12 +369,7 @@
    if (!$attrib['id'])
        $attrib['id'] = 'rcmfolderframe';
    $attrib['name'] = $attrib['id'];
    $OUTPUT->set_env('contentframe', $attrib['name']);
    $OUTPUT->set_env('blankpage', $attrib['src'] ? $OUTPUT->abs_url($attrib['src']) : 'program/resources/blank.gif');
    return html::iframe($attrib);
    return $OUTPUT->frame($attrib, true);
}
function rcmail_rename_folder($oldname, $newname)