Commit 30d3dd3d2db3a2e2c4e0123ebdcc3c1c6f9f24f8

Authored by nbm
1 parent 3985a4d7

Fix typo double-semi-colon


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4743 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing 1 changed file with 1 additions and 1 deletions
lib/groups/Group.inc
... ... @@ -38,7 +38,7 @@ class Group extends KTEntity {
38 38 /** is the group a sys admin */
39 39 var $bIsSysAdmin;
40 40 /** which unit the group belongs to */
41   - var $iUnitId;;
  41 + var $iUnitId;
42 42  
43 43  
44 44 function Group($sNewName = null, $bNewIsUnitAdmin = false, $bNewIsSysAdmin = false) {
... ...