remove debug info - mop up and go home
This commit is contained in:
parent
765911172e
commit
064237f0cb
@ -12,7 +12,7 @@ function profile_init(&$a) {
|
|||||||
|
|
||||||
$profile = '';
|
$profile = '';
|
||||||
$channel = $a->get_channel();
|
$channel = $a->get_channel();
|
||||||
dbg(1);
|
|
||||||
if((local_user()) && (argc() > 2) && (argv(2) === 'view')) {
|
if((local_user()) && (argc() > 2) && (argv(2) === 'view')) {
|
||||||
$which = $channel['channel_address'];
|
$which = $channel['channel_address'];
|
||||||
$profile = argv(1);
|
$profile = argv(1);
|
||||||
@ -38,7 +38,7 @@ dbg(1);
|
|||||||
// $channel_display = get_pconfig($a->profile['profile_uid'],'system','channel_format');
|
// $channel_display = get_pconfig($a->profile['profile_uid'],'system','channel_format');
|
||||||
// if(! $channel_display)
|
// if(! $channel_display)
|
||||||
profile_load($a,$which,$profile);
|
profile_load($a,$which,$profile);
|
||||||
dbg(0);
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user