Don't absint gmt_offset. Props Hirvine. fixes #9162

git-svn-id: http://svn.automattic.com/wordpress/trunk@11066 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2009-04-23 07:03:21 +00:00
parent e0726162ec
commit 47aa41a9e6
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ require(dirname(__FILE__) . '/wp-load.php');
/** Get the POP3 class with which to access the mailbox. */
require_once( ABSPATH . WPINC . '/class-pop3.php' );
$time_difference = absint(get_option('gmt_offset')) * 3600;
$time_difference = get_option('gmt_offset') * 3600;
$phone_delim = '::';