Skip to content

Commit

Permalink
added DC_String ident
Browse files Browse the repository at this point in the history
  • Loading branch information
Brovning committed Nov 9, 2019
1 parent f481616 commit 4fcecba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions e3dc/module.php
Original file line number Diff line number Diff line change
Expand Up @@ -854,6 +854,7 @@ public function ApplyChanges()
$categoryId = IPS_CreateCategory();
IPS_SetParent($categoryId, $parentId);
IPS_SetName($categoryId, $categoryName);
IPS_SetIdent($categoryId, $this->removeInvalidChars($categoryName));
}
IPS_SetInfo($categoryId, "Hinweis: Die folgenden Register 40096 bis 40104 können ab dem Release S10_2017_02 genutzt werden!");

Expand Down

0 comments on commit 4fcecba

Please sign in to comment.