fix for issue 319 in the tracker

git-svn-id: svn://192.168.202.10@1365 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
mattf
2010-03-09 14:10:01 +00:00
parent 77a2d6e79c
commit 988166783e
+1 -1
View File
@@ -1638,7 +1638,7 @@ exit;
function lookup_gmt($phone_code,$USarea,$state,$LOCAL_GMT_OFF_STD,$Shour,$Smin,$Ssec,$Smon,$Smday,$Syear,$postalgmt,$postal_code)
{
require("dbconnect.php");
global $link;
$postalgmt_found=0;
if ( (eregi("POSTAL",$postalgmt)) && (strlen($postal_code)>4) )