// Fix little bug in helperform

This commit is contained in:
rGaillard
2012-02-17 16:22:16 +00:00
parent 10c8eca300
commit a91187dcab
@@ -184,7 +184,7 @@
|| empty($fields_value[$input.name])
&& isset($input.options.preselect_country)
&& isset($input.options.preselect_country)
&& $option->$input.options.id == $default_country}}
&& $option->$input.options.id == $default_country}
selected="selected"
{/if}
{/if}
@@ -197,7 +197,7 @@
|| empty($field_value)
&& isset($input.options.preselect_country)
&& isset($input.options.preselect_country)
&& $option[$input.options.id] == $default_country}}
&& $option[$input.options.id] == $default_country}
selected="selected"
{/if}
{/foreach}
@@ -206,7 +206,7 @@
|| empty($fields_value[$input.name])
&& isset($input.options.preselect_country)
&& isset($input.options.preselect_country)
&& $option[$input.options.id] == $default_country}}
&& $option[$input.options.id] == $default_country}
selected="selected"
{/if}
{/if}