Skip to content

Commit c72bef6

Browse files
committed
Reverse the bullet_closed variable result. closed=1 means closed and not open.
1 parent 770e4cf commit c72bef6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

os2web_meetings.features.field_base.inc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -272,8 +272,8 @@ function os2web_meetings_field_default_field_bases() {
272272
'module' => 'list',
273273
'settings' => array(
274274
'allowed_values' => array(
275-
0 => 'Lukket punkt.',
276-
1 => '',
275+
0 => '',
276+
1 => 'Lukket punkt.',
277277
),
278278
'allowed_values_function' => '',
279279
),

0 commit comments

Comments
 (0)