X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=functions%2Fdate.php;h=f38deda1bd2006eb0e769ec6bffbca62eec7949c;hb=c0d04f9753371080831e9e79f41d7b4756df83ab;hp=8a1e551b98b5dd4bcc6e7280e9f92b41e839c4e2;hpb=dc06f88ce779f3ea93b4ca386df7623fe2617599;p=squirrelmail.git diff --git a/functions/date.php b/functions/date.php index 8a1e551b..f38deda1 100644 --- a/functions/date.php +++ b/functions/date.php @@ -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) { @@ -68,7 +68,6 @@ function getGMTSeconds($stamp, $gmt) { case 'KST': $gmt = '+0900'; break; - break; } if (substr($gmt, 0, 1) == '-') {