This website works better with JavaScript.
Home
Help
Sign In
ESIR
/
KiWi-Calendar
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
deprecating some functions (those will be deleted later on)
master
n0m1s
10 years ago
parent
4ea7e032d0
commit
b377884835
1 changed files
with
6 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+6
-0
getEvents.php
+ 6
- 0
getEvents.php
View File
@ -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
();
Write
Preview
Loading…
Cancel
Save