From b63d32b76785567983d14fdc1a78c1b23cbb47de Mon Sep 17 00:00:00 2001 From: TheMrNomis Date: Thu, 21 Apr 2016 09:20:41 +0200 Subject: [PATCH] removed TODO comments --- addEvent.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/addEvent.php b/addEvent.php index 5fffed9..f30aedf 100644 --- a/addEvent.php +++ b/addEvent.php @@ -11,8 +11,6 @@ include_once('databaseOperations.php'); include('datetimeOperations.php'); $db = connect(); -//TODO: js at least check one categorie to submit form - $edit = (isset($_GET['id']) && is_numeric($_GET['id'])); if(!$edit) @@ -230,7 +228,6 @@ else