sql error in profile_activity
This commit is contained in:
parent
45c35d97b8
commit
2d0ad0625a
@ -25,7 +25,7 @@ function profile_activity($changed, $value) {
|
||||
$arr['verb'] = ACTIVITY_UPDATE;
|
||||
$arr['obj_type'] = ACTIVITY_OBJ_PROFILE;
|
||||
|
||||
$arr['$plink'] = z_root() . '/channel/' . $self['channel_address'] . '/?f=&mid=' . $arr['mid'];
|
||||
$arr['plink'] = z_root() . '/channel/' . $self['channel_address'] . '/?f=&mid=' . $arr['mid'];
|
||||
|
||||
$A = '[url=' . z_root() . '/channel/' . $self['channel_address'] . ']' . $self['channel_name'] . '[/url]';
|
||||
|
||||
|
@ -1791,8 +1791,6 @@ function process_mail_delivery($sender,$arr,$deliveries) {
|
||||
|
||||
function process_profile_delivery($sender,$arr,$deliveries) {
|
||||
|
||||
// deliveries is irrelevant, what to do about birthday notification....?
|
||||
|
||||
logger('process_profile_delivery', LOGGER_DEBUG);
|
||||
|
||||
$r = q("select xchan_addr from xchan where xchan_hash = '%s' limit 1",
|
||||
|
@ -1 +1 @@
|
||||
2014-08-30.783
|
||||
2014-08-31.784
|
||||
|
Reference in New Issue
Block a user