Skip to content

Commit 9fcbd71

Browse files
author
MathiasGajhede
committed
Merge pull request #3 from andersbryrup/hotfix-1.0.4
Reverse the bullet_closed variable result. closed=1 means closed and not...
2 parents 5b7749a + c72bef6 commit 9fcbd71

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)