bug report 2020
Hi, i found several bugs need your attention.
1. text field row setting do not set in compiled script, it always set to row='' when refresh or publish
2. in edit.php page, only .jpg image show thumbnail.. .jpeg will not work
3. Select filed - default selected filed do not work in edit.php
i need to manually add this line of code to the file to set the default value
<option selected="selected"><?php echo $data['location']; ?></option>
'location' is the column name