Oops, fix db upgrade bug

3col
Vitaliy Filippov 2015-06-09 17:59:51 +03:00
parent 61afe9f707
commit 4007127c51
1 changed files with 1 additions and 1 deletions

View File

@ -3932,7 +3932,7 @@ sub _make_fieldvaluecontrol
{ {
my $rows; my $rows;
for ([ FLAG_VISIBLE, 'visibility_field', 'visible' ], for ([ FLAG_VISIBLE, 'visibility_field', 'visible' ],
[ FLAG_NULLABLE, 'null_field_id', 'nullable' ]) [ FLAG_NULLABLE, 'null_field', 'nullable' ])
{ {
my ($flag, $dep, $depinfo) = @$_; my ($flag, $dep, $depinfo) = @$_;
$rows = $dbh->selectcol_arrayref( $rows = $dbh->selectcol_arrayref(