Browse Source

deprecating some functions (those will be deleted later on)

master
n0m1s 10 years ago
parent
commit
b377884835
1 changed files with 6 additions and 0 deletions
  1. +6
    -0
      getEvents.php

+ 6
- 0
getEvents.php View File

@ -73,6 +73,9 @@ function getEventsSince($db,$date)
} }
} }
/**
* @deprecated
*/
function getEvents() function getEvents()
{ {
$pdo = connect(); $pdo = connect();
@ -82,6 +85,9 @@ function getEvents()
return $result; return $result;
} }
/**
* @deprecated
*/
function getEvent($id) function getEvent($id)
{ {
$pdo = connect(); $pdo = connect();


Loading…
Cancel
Save