Author: david
Date: Tue Sep 6 14:44:28 2011
New Revision: 9676
Log:
Remove debugging code
Modified:
trunk/lib/model/QubitUser.php
Modified: trunk/lib/model/QubitUser.php
==============================================================================
--- trunk/lib/model/QubitUser.php Tue Sep 6 14:44:00 2011 (r9675)
+++ trunk/lib/model/QubitUser.php Tue Sep 6 14:44:28 2011 (r9676)
@@ -175,7 +175,6 @@
{
foreach (self::getAll() as $user)
{
- var_dump($user->email);
if ($user->hasGroup(QubitAclGroup::ADMINISTRATOR_ID))
{
return $user;
--
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.com/group/qubit-commits?hl=en.