Issue 13: error in Client.php
Project Member Reported by bkmackellar, Mar 28, 2014
in Client.php, this code is incorrect
  function get_clientID() {
        return $this->id;
    }

the instance variable is named clientID. When I run testDbClient.php, an error message about this appears in the error log

make sure these kinds of simple errors are eliminated before you commit

Apr 2, 2014
Project Member #1 LenFle...@gmail.com
I fixed the variable.
Apr 2, 2014
Project Member #2 LenFle...@gmail.com
I'll handle this one.