From b3778848350c4a2e6021852e51fd17de69f36a6e Mon Sep 17 00:00:00 2001 From: TheMrNomis Date: Thu, 12 Nov 2015 11:23:05 +0100 Subject: [PATCH] deprecating some functions (those will be deleted later on) --- getEvents.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/getEvents.php b/getEvents.php index 3151bbe..5e2770e 100755 --- a/getEvents.php +++ b/getEvents.php @@ -73,6 +73,9 @@ function getEventsSince($db,$date) } } +/** + * @deprecated + */ function getEvents() { $pdo = connect(); @@ -82,6 +85,9 @@ function getEvents() return $result; } +/** + * @deprecated + */ function getEvent($id) { $pdo = connect();