Author: david
Date: Wed Sep 16 16:00:54 2009
New Revision: 3354
Log:
Add getQubitUser() method. --force
Modified:
trunk/apps/qubit/lib/myUser.class.php
Modified: trunk/apps/qubit/lib/myUser.class.php
==============================================================================
--- trunk/apps/qubit/lib/myUser.class.php Wed Sep 16 15:25:44 2009
(r3353)
+++ trunk/apps/qubit/lib/myUser.class.php Wed Sep 16 16:00:54 2009
(r3354)
@@ -79,4 +79,9 @@
return $authenticated;
}
+
+ public function getQubitUser()
+ {
+ return QubitUser::getById($this->getUserID());
+ }
}
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Qubit Toolkit Commits" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.ca/group/qubit-commits?hl=en
-~----------~----~----~----~------~----~------~--~---