oops
This commit is contained in:
@@ -159,9 +159,7 @@ for ($i = 0; $i < mysql_num_rows($table_def); $i++) {
|
||||
if (strstr($row_table_def['Type'], 'text')) {
|
||||
?>
|
||||
<td>
|
||||
<textarea name="fields[<?php echo urlencode($field); ?>]" rows="<?php echo $cfgTextareaRows; ?>" cols="<?php echo $cfgTextareaCols; ?>">
|
||||
<?php if (!empty($special_chars)) echo $special_chars . "\n"; ?>
|
||||
</textarea>
|
||||
<textarea name="fields[<?php echo urlencode($field); ?>]" rows="<?php echo $cfgTextareaRows; ?>" cols="<?php echo $cfgTextareaCols; ?>"><?php if (!empty($special_chars)) echo $special_chars . "\n"; ?></textarea>
|
||||
</td>
|
||||
<?php
|
||||
echo "\n";
|
||||
@@ -277,8 +275,7 @@ for ($i = 0; $i < mysql_num_rows($table_def); $i++) {
|
||||
else {
|
||||
?>
|
||||
<td>
|
||||
<textarea name="fields[<?php echo urlencode($field); ?>]" rows="<?php echo $cfgTextareaRows; ?>" cols="<?php echo $cfgTextareaCols; ?>"><?php if (!empty($special_chars)) echo $special_chars . "\n"; ?>
|
||||
</textarea>
|
||||
<textarea name="fields[<?php echo urlencode($field); ?>]" rows="<?php echo $cfgTextareaRows; ?>" cols="<?php echo $cfgTextareaCols; ?>"><?php if (!empty($special_chars)) echo $special_chars . "\n"; ?></textarea>
|
||||
|
||||
<?php
|
||||
}
|
||||
|
Reference in New Issue
Block a user