I see following notice within contacts:

Notice: Undefined index: PREF in 
<install-location>/apps/contacts/templates/part.property.php on line 23

Solution:
add isset() to the call in line 23:
                <p class="contacts_property_name"><?php echo 
isset($_['property']['parameters']['PREF']) ? $l->t('Preferred').' ' : '' 
?><?php echo $l->t('Phone'); ?></p>

can somebody please add this?

THX alot,

Thomas

BTW:
I'm running php 5.2.6 on Debian Lenny.


-- 
Thomas Müller                 E-Mail: [email protected]

_______________________________________________
Owncloud mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/owncloud

Reply via email to