strNumberOfFields
This commit is contained in:
@@ -652,7 +652,10 @@ echo ' <td nowrap="nowrap">';
|
||||
echo ' ' . '<input type="text" name="table" maxlength="64" size="30" class="textfield" />';
|
||||
echo ' </td><td> </td></tr>';
|
||||
echo ' <tr bgcolor="'.$cfg['BgcolorOne'].'"><td nowrap="nowrap">';
|
||||
echo ' ' . $strFields . ': ' . "\n";
|
||||
if (!isset($strNumberOfFields)) {
|
||||
$strNumberOfFields = $strFields;
|
||||
}
|
||||
echo ' ' . $strNumberOfFields . ': ' . "\n";
|
||||
echo ' </td>';
|
||||
echo ' <td nowrap="nowrap">';
|
||||
echo ' ' . '<input type="text" name="num_fields" size="2" class="textfield" />' . "\n";
|
||||
|
Reference in New Issue
Block a user