unnullify -> unNullify

This commit is contained in:
Michal Čihař
2002-09-19 15:58:19 +00:00
parent 2be1f7ac85
commit 7f74235f27

View File

@@ -611,7 +611,7 @@ for ($i = 0; $i < $fields_cnt; $i++) {
} else { } else {
echo "\n"; echo "\n";
?> ?>
<input type="text" name="fields[<?php echo urlencode($field); ?>]" value="<?php echo $special_chars; ?>" size="<?php echo $fieldsize; ?>" maxlength="<?php echo $maxlength; ?>" class="textfield" <?php echo $chg_evt_handler; ?>="return unnullify('<?php echo urlencode($field); ?>')" tabindex="<?php echo $i+1; ?>" /> <input type="text" name="fields[<?php echo urlencode($field); ?>]" value="<?php echo $special_chars; ?>" size="<?php echo $fieldsize; ?>" maxlength="<?php echo $maxlength; ?>" class="textfield" <?php echo $chg_evt_handler; ?>="return unNullify('<?php echo urlencode($field); ?>')" tabindex="<?php echo $i+1; ?>" />
<?php <?php
} }
echo "\n"; echo "\n";