View Single Post
  #9  
Old 05-07-2011, 10:14 PM
joligario's Avatar
joligario
Developer
 
Join Date: Mar 2003
Posts: 1,498
Default

Not quite. If you are wanting to go around perl, the client has:

Code:
inline void UpdateTaskActivity(int TaskID, int ActivityID, int Count)
So it would be $client->UpdateTaskActivity(taskid, activityid, count);
if you cast $pc to a client.
Reply With Quote