changed blank option to 9999 to fix bug 17 on the tracker
git-svn-id: svn://192.168.202.10@215 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
@@ -48,7 +48,7 @@ if ($dbhA->has_selected_record) {
|
|||||||
print " <tr bgcolor=#D9E6FE>\r\n";
|
print " <tr bgcolor=#D9E6FE>\r\n";
|
||||||
print " <th><font class=standard>".$field_name.": </font></td>\r\n";
|
print " <th><font class=standard>".$field_name.": </font></td>\r\n";
|
||||||
print " <th><select name='".$row[$i]."_field'>\r\n";
|
print " <th><select name='".$row[$i]."_field'>\r\n";
|
||||||
print " <option value=''>---------------------</option>\r\n";
|
print " <option value='9999'>---------------------</option>\r\n";
|
||||||
|
|
||||||
for ($j=0; $j<scalar(@xls_row); $j++) {
|
for ($j=0; $j<scalar(@xls_row); $j++) {
|
||||||
$xls_row[$j]=~s/\"//g;
|
$xls_row[$j]=~s/\"//g;
|
||||||
|
|||||||
Reference in New Issue
Block a user