diff options
Diffstat (limited to 'frontends/php/items.php')
| -rw-r--r-- | frontends/php/items.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/items.php b/frontends/php/items.php index 727266ed..1d9a9abc 100644 --- a/frontends/php/items.php +++ b/frontends/php/items.php @@ -183,7 +183,7 @@ if(DBget_field($result,0,0)>0) { echo "<a name=\"form\"></a>"; - insert_item_form($HTTP_GET_VARS["itemid"]); + @insert_item_form($HTTP_GET_VARS["itemid"]); } ?> |
