diff --git a/config/categories.php b/config/categories.php index f063885b..23484669 100644 --- a/config/categories.php +++ b/config/categories.php @@ -49,7 +49,7 @@ mysql_query("UPDATE projectcategories SET ". "id='".intval($_POST['id'])."', ". "category='".mysql_real_escape_string($_POST['category'])."', ". - "category_shortform='".mysql_real_escape_string(($_POST['category_shortform'])."', ". + "category_shortform='".mysql_real_escape_string($_POST['category_shortform'])."', ". "mingrade='".intval($_POST['mingrade'])."', ". "maxgrade='".intval($_POST['maxgrade'])."' ". "WHERE id='".intval($_POST['saveid'])."'"); @@ -70,7 +70,7 @@ } else { mysql_query("INSERT INTO projectcategories (id,category,category_shortform,mingrade,maxgrade,conferences_id) VALUES ( ". - "'".intval($_POST['id']."', ". + "'".intval($_POST['id'])."', ". "'".mysql_real_escape_string($_POST['category'])."', ". "'".mysql_real_escape_string($_POST['category_shortform'])."', ". "'".intval($_POST['mingrade'])."', ". @@ -121,8 +121,8 @@ } echo "