From bfa5cf26a6aacce2cf70327b1d9ba50d5a722321 Mon Sep 17 00:00:00 2001
From: Tim Steiner <tsteiner2@unl.edu>
Date: Wed, 15 Nov 2006 20:46:27 +0000
Subject: [PATCH] more of the same... :(

---
 application/views/user_admin.xhtml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/application/views/user_admin.xhtml b/application/views/user_admin.xhtml
index 8b36b4f4..ee5ddb0d 100644
--- a/application/views/user_admin.xhtml
+++ b/application/views/user_admin.xhtml
@@ -73,7 +73,6 @@
                                        $this->group->description,
                                        array('rows' => 5, 'cols' => 50)); ?>
         <label for="groups">Groups:</label>
-        <?php print_r($this->group->getGroups(false)); ?>
         <?php echo $this->formSelect('groups',
                                      $this->group->getGroups(false)->columnToArray(Groups::getInstance()->getPrimaryKeyName(true)),
                                      array('multiple' => 'multiple'),
-- 
GitLab