end of lines
This commit is contained in:
@@ -114,11 +114,11 @@ if (!isset($param) || $param[0] == '') {
|
|||||||
reset($textfunctions);
|
reset($textfunctions);
|
||||||
if (eregi('char|blob|text|set|enum', $fields_type[$i])){
|
if (eregi('char|blob|text|set|enum', $fields_type[$i])){
|
||||||
while (list($k,$fc) = each($textfunctions)){
|
while (list($k,$fc) = each($textfunctions)){
|
||||||
echo '<option name="'.$fc.'">'.htmlentities($fc).'</option>\n';
|
echo '<option name="'.$fc.'">'.htmlentities($fc).'</option>' . "\n";
|
||||||
}
|
}
|
||||||
}else{
|
}else{
|
||||||
while (list($k,$fc) = each($numfunctions)){
|
while (list($k,$fc) = each($numfunctions)){
|
||||||
echo '<option name="'.$fc.'">'.htmlentities($fc).'</option>\n';
|
echo '<option name="'.$fc.'">'.htmlentities($fc).'</option>' . "\n";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
|
Reference in New Issue
Block a user