Tom Hayakawa
tom_g3x****@users*****
2007年 1月 20日 (土) 23:22:22 JST
Index: xoops2jp/html/class/xml/rpc/xmlrpcparser.php diff -u xoops2jp/html/class/xml/rpc/xmlrpcparser.php:1.2 xoops2jp/html/class/xml/rpc/xmlrpcparser.php:1.2.22.1 --- xoops2jp/html/class/xml/rpc/xmlrpcparser.php:1.2 Fri Mar 18 21:51:55 2005 +++ xoops2jp/html/class/xml/rpc/xmlrpcparser.php Sat Jan 20 23:22:22 2007 @@ -1,5 +1,5 @@ <?php -// $Id: xmlrpcparser.php,v 1.2 2005/03/18 12:51:55 onokazu Exp $ +// $Id: xmlrpcparser.php,v 1.2.22.1 2007/01/20 14:22:22 tom_g3x Exp $ // ------------------------------------------------------------------------ // // XOOPS - PHP Content Management System // // Copyright (c) 2000 XOOPS.org // @@ -41,7 +41,7 @@ * @package XOOPS * @copyright Copyright (c) 2001 xoops.org. All rights reserved. * @author Kazumi Ono <onoka****@xoops*****> -* @version 1.6 ($Date: 2005/03/18 12:51:55 $) $Revision: 1.2 $ +* @version 1.6 ($Date: 2007/01/20 14:22:22 $) $Revision: 1.2.22.1 $ * @access public */ @@ -662,7 +662,7 @@ if (!preg_match("/^([0-9]{4})([0-9]{2})([0-9]{2})T([0-9]{2}):([0-9]{2}):([0-9]{2})$/", $data, $matches)) { $parser->setTempValue(time()); } else { - $parser->setTempValue(gmmktime($matches[4], $matches[5], $meatches[6], $matches[2], $matches[3], $matches[1])); + $parser->setTempValue(gmmktime($matches[4], $matches[5], $matches[6], $matches[2], $matches[3], $matches[1])); } } }