* Fix bug#37543.

This commit is contained in:
chaideqing
2023-08-23 08:46:01 +00:00
parent c5d33b4d0d
commit 1cba02a717
+1 -1
View File
@@ -63,7 +63,7 @@
<?php foreach ($cols as $key => $col):?>
<?php
$required = zget($col, 'required', 'no') == 'yes';
$fixed = zget($col, 'fixed', '');
$fixed = zget($col, 'fixed', 'no');
$width = zget($col, 'width', '');
$autoWidth = $width == 'auto';
?>