alecpl
2011-06-29 c3dabfad7ac668cb9bdcbf8ccf221d82fadd9c9c
program/steps/addressbook/show.inc
@@ -25,7 +25,8 @@
$cid    = array_shift($cids[$source]);
// Initialize addressbook source
$CONTACTS = rcmail_contact_source($source, true);
$CONTACTS  = rcmail_contact_source($source, true);
$SOURCE_ID = $source;
// read contact record
if ($cid && ($record = $CONTACTS->get_record($cid, true))) {