[Phphtmllib-devel] SF.net SVN: phphtmllib:[3251] branches/BRANCH_2_X/phphtmllib
Status: Beta
Brought to you by:
hemna
From: <mpw...@us...> - 2009-07-18 12:56:26
|
Revision: 3251 http://phphtmllib.svn.sourceforge.net/phphtmllib/?rev=3251&view=rev Author: mpwalsh8 Date: 2009-07-18 12:56:01 +0000 (Sat, 18 Jul 2009) Log Message: ----------- Modified Paths: -------------- branches/BRANCH_2_X/phphtmllib/form/form_elements/FERadioGroup.inc branches/BRANCH_2_X/phphtmllib/version.inc Modified: branches/BRANCH_2_X/phphtmllib/form/form_elements/FERadioGroup.inc =================================================================== --- branches/BRANCH_2_X/phphtmllib/form/form_elements/FERadioGroup.inc 2009-05-19 06:50:21 UTC (rev 3250) +++ branches/BRANCH_2_X/phphtmllib/form/form_elements/FERadioGroup.inc 2009-07-18 12:56:01 UTC (rev 3251) @@ -255,6 +255,7 @@ $attributes = $this->_build_element_attributes(); $attributes["type"] = "radio"; + reset($this->_data_list[$index]) ; list($name, $value) = each($this->_data_list[$index]); $attributes["value"] = $value; Modified: branches/BRANCH_2_X/phphtmllib/version.inc =================================================================== --- branches/BRANCH_2_X/phphtmllib/version.inc 2009-05-19 06:50:21 UTC (rev 3250) +++ branches/BRANCH_2_X/phphtmllib/version.inc 2009-07-18 12:56:01 UTC (rev 3251) @@ -17,7 +17,7 @@ * This is the version of the libs * @var string - the version string. */ -define("PHPHTMLLIB_VERSION", "2.6.1.$WCREV$-dev"); +define("PHPHTMLLIB_VERSION", '2.6.1.$WCREV$-dev'); /** This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |