Index: trunk/install/php/reserveprogram.php =================================================================== --- trunk/install/php/reserveprogram.php (リビジョン 1) +++ trunk/install/php/reserveprogram.php (リビジョン 31) @@ -183,5 +183,9 @@ for ($col = 0; $col < $maxcols; $col++) { /* 列に対応 */ + if ($col == 3){ + echo("".htmlspecialchars(foldate2print($rowdata[$col]))."
\n"); + }else{ echo("".htmlspecialchars($rowdata[$col])."
\n"); + } } echo("\n");