aboutsummaryrefslogtreecommitdiff
path: root/lib/calendar_functions.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/calendar_functions.inc.php')
-rw-r--r--lib/calendar_functions.inc.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/calendar_functions.inc.php b/lib/calendar_functions.inc.php
index b35e9a1..99f61a9 100644
--- a/lib/calendar_functions.inc.php
+++ b/lib/calendar_functions.inc.php
@@ -44,6 +44,8 @@
* @param $tmstamp
* @return array{name: string, col: int}|false
* @see Holidays::isHoliday()
+ *
+ * @deprecated Will be removed with Stud.IP 7.0.
*/
function holiday ($tmstamp) {
return Holidays::isHoliday($tmstamp);