thomascube
2011-07-26 da89cf293753cfbfbe1f6cedcbb5a5d22aed45db
program/steps/addressbook/show.inc
@@ -34,13 +34,7 @@
}
// get address book name (for display)
if ($_SESSION['addressbooks_count'] > 1) {
    $name = $CONTACTS->get_name();
    if (!$name && $source == 0) {
        $name = rcube_label('personaladrbook');
    }
    $OUTPUT->set_env('sourcename', $name);
}
rcmail_set_sourcename($CONTACTS);
// return raw photo of the given contact
if ($RCMAIL->action == 'photo') {