SMPATH fix
[squirrelmail.git] / functions / date.php
index 706616fc274137b756547f9e3be687a629bf87c6..f38deda1bd2006eb0e769ec6bffbca62eec7949c 100644 (file)
@@ -14,7 +14,7 @@
  * $Id$
  */
 
-require_once( '../functions/constants.php' );
+require_once(SM_PATH . 'functions/constants.php');
 
 /* corrects a time stamp to be the local time */
 function getGMTSeconds($stamp, $gmt) {