Closed GoogleCodeExporter closed 8 years ago
Original comment by ever...@fireproofsocks.com
on 13 Feb 2014 at 11:25
Inside of fields/dropdown.php around line 226, the line should read like this:
if ( trim($current_value) == trim($this->values[$i]) ) {
The problem was that the stored values contained double-quotes and other html
entities, and the selection attempted to compare a double quote (") with its
html entity ("), so the value was never marked as selected.
You may need to re-save your values once more.
Committed revision 857558.
Original comment by ever...@fireproofsocks.com
on 13 Feb 2014 at 11:45
Works fine now
thank you
Original comment by xba...@gmail.com
on 14 Feb 2014 at 8:31
Original issue reported on code.google.com by
xba...@gmail.com
on 13 Feb 2014 at 10:39Attachments: