diff options
Diffstat (limited to 'mod/item.php')
-rw-r--r-- | mod/item.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mod/item.php b/mod/item.php index 92dc3e7c6..27691eb4f 100644 --- a/mod/item.php +++ b/mod/item.php @@ -790,7 +790,6 @@ function item_post(&$a) { else $post_id = 0; - $post = item_store($datarray,$execflag); $post_id = $post['item_id']; |