delete item should now mostly work

This commit is contained in:
friendica
2013-01-28 19:24:36 -08:00
parent 89c6fc939d
commit 95415bff69
3 changed files with 20 additions and 5 deletions

View File

@@ -41,7 +41,7 @@ function poco_init(&$a) {
if(! $system_mode) {
$r = q("SELECT channel.channel_id from channel where channel_address = '%s' limit 1",
$r = q("SELECT channel_id from channel where channel_address = '%s' limit 1",
dbesc($user)
);
if(! $r) {