From 3db165dfc265a782ebdc92c05ae65c09d1207c0a Mon Sep 17 00:00:00 2001 From: arino Date: Sat, 2 Aug 2003 11:02:27 +0900 Subject: [PATCH] =?utf8?q?=E3=83=95=E3=82=A3=E3=83=BC=E3=83=AB=E3=83=89?= =?utf8?q?=E3=81=AE=E7=9C=81=E7=95=A5=E6=99=82=E3=81=ABwarning=E3=82=92?= =?utf8?q?=E5=87=BA=E3=81=95=E3=81=AA=E3=81=84=E3=82=88=E3=81=86=E3=81=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- plugin/tracker.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugin/tracker.inc.php b/plugin/tracker.inc.php index ebf9dd0..ca7df31 100644 --- a/plugin/tracker.inc.php +++ b/plugin/tracker.inc.php @@ -2,7 +2,7 @@ ///////////////////////////////////////////////// // PukiWiki - Yet another WikiWikiWeb clone. // -// $Id: tracker.inc.php,v 1.6 2003/07/29 06:21:12 arino Exp $ +// $Id: tracker.inc.php,v 1.7 2003/08/02 02:02:27 arino Exp $ // function plugin_tracker_convert() @@ -296,7 +296,7 @@ class Tracker_field_format extends Tracker_field foreach ($this->config->get($this->name) as $option) { - list($key,$style,$format) = array_map(create_function('$a','return trim($a);'),$option); + list($key,$style,$format) = array_pad(array_map(create_function('$a','return trim($a);'),$option),3,''); if ($style != '') { $this->styles[$key] = $style; -- 2.11.0