* Fix bug#37543.
This commit is contained in:
@@ -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';
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user