1
0
Fork 0

"item_id" and "spam" aren't used

This commit is contained in:
Michael 2017-12-05 22:20:49 +00:00
commit 45227a12a6
3 changed files with 0 additions and 50 deletions

View file

@ -2233,7 +2233,6 @@ function drop_item($id, $interactive = true) {
// Now delete them
if ($parentid != "") {
$r = q("DELETE FROM `item_id` WHERE `iid` IN (%s)", dbesc($parentid));
$r = q("DELETE FROM `sign` WHERE `iid` IN (%s)", dbesc($parentid));
}