NobuNobu
nobun****@users*****
2006年 9月 25日 (月) 00:29:40 JST
Index: xoops2jp/html/class/xoopsform/formelement.php diff -u xoops2jp/html/class/xoopsform/formelement.php:1.2.8.3 xoops2jp/html/class/xoopsform/formelement.php:1.2.8.4 --- xoops2jp/html/class/xoopsform/formelement.php:1.2.8.3 Fri Sep 22 18:18:16 2006 +++ xoops2jp/html/class/xoopsform/formelement.php Mon Sep 25 00:29:40 2006 @@ -1,5 +1,5 @@ <?php -// $Id: formelement.php,v 1.2.8.3 2006/09/22 09:18:16 minahito Exp $ +// $Id: formelement.php,v 1.2.8.4 2006/09/24 15:29:40 nobunobu Exp $ // ------------------------------------------------------------------------ // // XOOPS - PHP Content Management System // // Copyright (c) 2000 XOOPS.org // @@ -269,6 +269,10 @@ return $this->_hidden; } + function isBreak() { + return false; + } + /** * Add extra attributes to the element. *