From ec0f76187e22f9e76f1476236afdef4ae15dc214 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Chapeaux?= Date: Tue, 28 Aug 2001 17:50:53 +0000 Subject: [PATCH] added the "UNIX_TIMESTAMP" function --- config.inc.php3 | 1 + 1 file changed, 1 insertion(+) diff --git a/config.inc.php3 b/config.inc.php3 index 12edf9104..eee74e1aa 100755 --- a/config.inc.php3 +++ b/config.inc.php3 @@ -211,6 +211,7 @@ $cfgFunctions = array( 'PERIOD_ADD', 'PERIOD_DIFF', 'TO_DAYS', + 'UNIX_TIMESTAMP', 'USER', 'WEEKDAY' );