thomascube
2012-03-20 4cf42fde05ff891f6961ba60dbb1c2e4c91c39c6
program/steps/addressbook/edit.inc
@@ -36,8 +36,8 @@
        $OUTPUT->set_env('cid', $record['ID']);
    }
    // adding not allowed here
    if ($CONTACTS->readonly) {
    // editing not allowed here
    if ($CONTACTS->readonly || $record['readonly']) {
        $OUTPUT->show_message('sourceisreadonly');
        rcmail_overwrite_action('show');
        return;