Commit fad565af35dd8ac952b5df037b33a2d735457db8

Authored by Neil Blakey-Milner
1 parent 82082a24

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) {
... ...