diff options
Diffstat (limited to 'include')
-rwxr-xr-x | include/items.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/items.php b/include/items.php index ea6a7fcb9..7a94336be 100755 --- a/include/items.php +++ b/include/items.php @@ -1971,8 +1971,6 @@ function item_store($arr,$allow_exec = false) { function item_store_update($arr,$allow_exec = false) { - - $d = array('item' => $arr, 'allow_exec' => $allow_exec); call_hooks('item_store_update', $d ); $arr = $d['item']; |