Minahito
minah****@users*****
2007年 2月 26日 (月) 15:42:29 JST
Index: xoops2jp/html/core/XCube_Utils.class.php diff -u xoops2jp/html/core/XCube_Utils.class.php:1.1.2.5.2.1 xoops2jp/html/core/XCube_Utils.class.php:1.1.2.5.2.2 --- xoops2jp/html/core/XCube_Utils.class.php:1.1.2.5.2.1 Mon Feb 26 13:01:46 2007 +++ xoops2jp/html/core/XCube_Utils.class.php Mon Feb 26 15:42:28 2007 @@ -2,7 +2,7 @@ /** * * @package XCube - * @version $Id: XCube_Utils.class.php,v 1.1.2.5.2.1 2007/02/26 04:01:46 minahito Exp $ + * @version $Id: XCube_Utils.class.php,v 1.1.2.5.2.2 2007/02/26 06:42:28 minahito Exp $ * @copyright Copyright 2005, 2006 XOOPS Cube Project <http://xoopscube.org/> * @license http://xoopscube.sourceforge.net/bsd_licenses.txt Modified BSD license * @@ -51,7 +51,7 @@ } else { $variables = $arr; - array_pop($variables); + array_shift($variables); } for ($i = 0; $i < count($variables); $i++) { @@ -82,7 +82,7 @@ } else if (count($arr) > 1) { $vals = $arr; - array_pop($vals); + array_shift($vals); return XCube_Utils::formatString($arr[0], $vals); } }