[ghelda-devel] [13] Correct "ENUM" fields handling in xHTML.output |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/ghelda-devel Archives
]
Revision: 13
Author: odyx
Date: 2009-04-01 12:30:28 +0200 (Wed, 01 Apr 2009)
Log Message:
-----------
Correct "ENUM" fields handling in xHTML.output
Modified Paths:
--------------
trunk/inc/outputs/xHTML.class.php
Modified: trunk/inc/outputs/xHTML.class.php
===================================================================
--- trunk/inc/outputs/xHTML.class.php 2009-03-04 16:56:55 UTC (rev 12)
+++ trunk/inc/outputs/xHTML.class.php 2009-04-01 10:30:28 UTC (rev 13)
@@ -457,6 +457,7 @@
$paramsArray['type'] = 'hidden';
$paramsArray['name'] = $fieldName.'_old';
$paramsArray['id'] = $fieldName.'_old';
+ $paramsArray['value'] = $fieldsContents[$fieldName_];
unset($paramsArray['checked']);
$field .= LB.$this->stag('input',$paramsArray);
// Stack the fields