openrat-cms

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 3cb2eb5e5845f36d2f2a2e38a0b60ffc680309cb
parent 3eb2c8a1a2edcc64eefa7415f474458dd1b29ea9
Author: dankert <devnull@localhost>
Date:   Sun, 23 Dec 2007 18:32:39 +0100

Korrektur f?r Attribut "addEmpty".

Diffstat:
themes/default/include/html/selectbox.inc.php | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/themes/default/include/html/selectbox.inc.php b/themes/default/include/html/selectbox.inc.php @@ -1,5 +1,5 @@ <?php -if ( isset($attr_addempty) ) +if ( $attr_addempty!==FALSE ) { if ($attr_addempty===TRUE) $$attr_list = array(''=>lang('LIST_ENTRY_EMPTY'))+$$attr_list;