From 0d242ad6d8e394850c85167c069afce74e474ac5 Mon Sep 17 00:00:00 2001 From: Stefan Suhren Date: Mon, 18 May 2015 13:03:07 +0200 Subject: Get rid of an unset id that is assigned to add --- categories.php | 2 +- products.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/categories.php b/categories.php index 651eb58..0425ec1 100644 --- a/categories.php +++ b/categories.php @@ -51,7 +51,7 @@ else echo ""; echo ""; echo ""; - echo "getId()}\">Add"; + echo "Add"; echo ""; } ?> diff --git a/products.php b/products.php index 9f4f6b0..6e4d2bd 100644 --- a/products.php +++ b/products.php @@ -65,7 +65,7 @@ if(isset($username)) echo ""; echo ""; echo ""; - echo "getId()}&catid={$id}\">Add"; + echo "Add"; echo ""; } ?> -- cgit v1.2.3-70-g09d2