Skip to content

Commit fa28793

Browse files
committed
Fixed table name issue.
1 parent 17855a6 commit fa28793

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

support/flex_forms.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -879,7 +879,7 @@ protected function ProcessField($num, &$field, $id)
879879
}
880880
case "table":
881881
{
882-
$idbase = $id . "_" . (isset($field["name"]) ? $field["name"] : "table");
882+
$idbase = $id . "_table";
883883

884884
?>
885885
<div class="formitemdata">

0 commit comments

Comments
 (0)