X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Ftagger.php;h=2c469a58bbf2571cf3924d3fb85ac495fb1bab69;hb=6504568f2e3c4b479b87bd21fcde1d6d490efef2;hp=401f285125a5e84ebf7ca7317136f5a8cb961fa1;hpb=6e7bd68ebb027b90398eee4fcc3bd73912a881e3;p=friendica.git diff --git a/mod/tagger.php b/mod/tagger.php index 401f285125..2c469a58bb 100644 --- a/mod/tagger.php +++ b/mod/tagger.php @@ -138,10 +138,10 @@ EOT; $post_id = item_store($arr); - q("UPDATE `item` set plink = '%s' where id = %d", - dbesc($a->get_baseurl() . '/display/' . $owner_nick . '/' . $post_id), - intval($post_id) - ); +// q("UPDATE `item` set plink = '%s' where id = %d", +// dbesc($a->get_baseurl() . '/display/' . $owner_nick . '/' . $post_id), +// intval($post_id) +// ); if(! $item['visible']) {