[ghelda-devel] [36] AGAIN dirty commit - just remove a debugging function left back |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/ghelda-devel Archives
]
Revision: 36
Author: odyx
Date: 2009-04-29 23:24:33 +0200 (Wed, 29 Apr 2009)
Log Message:
-----------
AGAIN dirty commit - just remove a debugging function left back
Modified Paths:
--------------
trunk/inc/outputs/xHTML.class.php
Modified: trunk/inc/outputs/xHTML.class.php
===================================================================
--- trunk/inc/outputs/xHTML.class.php 2009-04-29 21:24:31 UTC (rev 35)
+++ trunk/inc/outputs/xHTML.class.php 2009-04-29 21:24:33 UTC (rev 36)
@@ -481,7 +481,7 @@
// Standard parameters
$paramsArray['name'] = $fieldName;
$paramsArray['id'] = $fieldName;
-gol('fn',$fieldName);
+
$options_selected = !empty($fieldsContents[$fieldName_]) ? $fieldsContents[$fieldName_] : $fieldProperties['default'];
if( $fieldProperties['multiple'] === true ) {