$changes = array();
if($is_default) {
- logger('changes');
if($marital != $orig[0]['marital']) $changes[] = '♥ ' . t('Marital Status');
if($work != $orig[0]['work']) $changes[] = t('Work/Employment');
if($religion != $orig[0]['religion']) $changes[] = t('Religion');
if(! get_pconfig(local_user(),'system','post_profilechange'))
return;
- logger('activity');
require_once('include/items.php');
$self = q("SELECT * FROM `contact` WHERE `self` = 1 AND `uid` = %d LIMIT 1",