openrat-cms

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

commit b0e107b1219990f8181b1f44baddbde34920b853
parent 5adf71a774ff2c4aca8496e5fe9514afed8f6c6f
Author: dankert <devnull@localhost>
Date:   Wed, 23 Dec 2009 22:59:55 +0100

'$attr_readonly' vorbelegen

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

diff --git a/themes/default/include/html/selectbox.inc.php b/themes/default/include/html/selectbox.inc.php @@ -1,4 +1,5 @@ <?php +$attr_readonly=false; $attr_tmp_list = $$attr_list; if ($this->isEditable() && !$this->isEditMode()) {