Skip to content

Commit

Permalink
remove unwanted linebreak
Browse files Browse the repository at this point in the history
  • Loading branch information
FHenry committed Nov 14, 2024
1 parent c2f5487 commit 90a4274
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/modulebuilder/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -1259,6 +1259,7 @@ function moduleBuilderShutdownFunction()
$position = 900;
}
// $alwayseditable
$alwayseditable=0;
if ($fieldname == 'label') {
$alwayseditable = 1;
}
Expand Down Expand Up @@ -1296,7 +1297,6 @@ function moduleBuilderShutdownFunction()
$picto = 'project';
}


// Build the property string
$stringforproperties .= "'".$obj->Field."'=>array('type'=>'".$type."', 'label'=>'".$label."',";
if ($default != '') {
Expand Down

0 comments on commit 90a4274

Please sign in to comment.