Commit 95bb48f370a6bcd53648ed51c9bbde09eeee0fcb

Authored by michael
1 parent f07da845

comment update


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@138 c91229c3-7414-0410-bfa2-8a42b809f60b
lib/administration/UnitManager.inc
... ... @@ -104,6 +104,8 @@ class UnitManager {
104 104 echo "insert into user table worked!<br>";
105 105 }
106 106  
  107 + // TODO: insert into group table
  108 +
107 109 // TODO: must check that username is unique!
108 110 // retrieve the generated id for insert into the user unit mapping table
109 111 $query = "select * from $default->owl_users_table where username = '" . $userDetails['username'] . "'";
... ...