mirror of
https://github.com/friendica/friendica
synced 2024-11-10 07:02:54 +00:00
more buggy debugging code removed.
This commit is contained in:
parent
42acd9462a
commit
576f8eda08
1 changed files with 0 additions and 3 deletions
|
@ -79,9 +79,6 @@ function dfrn_notify_post(&$a) {
|
||||||
// $importer in this case contains the contact record for the remote contact joined with the user record of our user.
|
// $importer in this case contains the contact record for the remote contact joined with the user record of our user.
|
||||||
|
|
||||||
$importer = $r[0];
|
$importer = $r[0];
|
||||||
foreach($importer as $key => $val) {
|
|
||||||
logger( "importer - key: " . $key . " val: " . $val);
|
|
||||||
}
|
|
||||||
|
|
||||||
if(($writable != (-1)) && ($writable != $importer['writable'])) {
|
if(($writable != (-1)) && ($writable != $importer['writable'])) {
|
||||||
q("UPDATE `contact` SET `writable` = %d WHERE `id` = %d LIMIT 1",
|
q("UPDATE `contact` SET `writable` = %d WHERE `id` = %d LIMIT 1",
|
||||||
|
|
Loading…
Reference in a new issue