diff options
Diffstat (limited to 'mod/impel.php')
-rw-r--r-- | mod/impel.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mod/impel.php b/mod/impel.php index 636ef8554..711547624 100644 --- a/mod/impel.php +++ b/mod/impel.php @@ -113,6 +113,7 @@ function impel_init(&$a) { dbesc($namespace), intval(local_channel()) ); + $i = q("select id, edited, item_deleted from item where mid = '%s' and uid = %d limit 1", dbesc($arr['mid']), intval(local_channel()) |