[xoops-cvslog 4076] CVS update: xoops2jp/html/install/templates

Back to archive index

Minahito minah****@users*****
2006年 8月 10日 (木) 18:42:24 JST


Index: xoops2jp/html/install/templates/install_checkDB.tpl.php
diff -u xoops2jp/html/install/templates/install_checkDB.tpl.php:1.1.2.1 xoops2jp/html/install/templates/install_checkDB.tpl.php:1.1.2.2
--- xoops2jp/html/install/templates/install_checkDB.tpl.php:1.1.2.1	Tue Mar  7 22:11:40 2006
+++ xoops2jp/html/install/templates/install_checkDB.tpl.php	Thu Aug 10 18:42:24 2006
@@ -5,6 +5,6 @@
 <?php } ?>
   </td></tr>
 </table>
-<?php foreach($this->v('msgs') as $msg) { ?>
+<?php if (is_array($this->v('msgs'))) foreach($this->v('msgs') as $msg) { ?>
 <p><?php echo $msg ?></p>
 <?php } ?>


xoops-cvslog メーリングリストの案内
Back to archive index