What steps will reproduce the problem?
1.Run the unit test in testdbProfileActivity.php
2. Inspect the record in the database
What is the expected output? What do you see instead?
the insert succeeds but the RMH staff ID is set to NULL
The problem is that the RMH staff ID which is passed into the function is not
used in the actual SQL query.
One issue is that when a profile is first created, there is no RMH staff person
associated. So when the insert function is called, a null should be passed in
for the RMH staff ID.
Original issue reported on code.google.com by bkmackellar on 15 Nov 2012 at 2:56
Original issue reported on code.google.com by
bkmackellar
on 15 Nov 2012 at 2:56