summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/functions.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/functions.php b/include/functions.php
index fc79d2fca..f100e3046 100644
--- a/include/functions.php
+++ b/include/functions.php
@@ -23,7 +23,8 @@
require_once "autoload.php";
- define('SUBSTRING_FOR_DATE', 'SUBSTRING_FOR_DATE');
+ /** @deprecated use the 'SUBSTRING_FOR_DATE' string directly */
+ const SUBSTRING_FOR_DATE = 'SUBSTRING_FOR_DATE';
/**
* @deprecated by Prefs::get()