removal of useless variable

This commit is contained in:
Michael 2017-01-01 23:38:32 +00:00
parent 79b5eb63db
commit db2d0e0095
1 changed files with 0 additions and 2 deletions

View File

@ -103,8 +103,6 @@ function item_post(&$a) {
);
}
$thr_parent_item = $r[0];
// if this isn't the real parent of the conversation, find it
if (dbm::is_result($r)) {
$parid = $r[0]['parent'];