From a757ff149b1c180f49964b1c28ea4fe4094c80cf Mon Sep 17 00:00:00 2001
From: "Leigh B. Stoller" <stoller@flux.utah.edu>
Date: Wed, 10 Jan 2007 16:07:22 +0000
Subject: [PATCH] Fix minor bug.

---
 www/verifyusr.php3 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/www/verifyusr.php3 b/www/verifyusr.php3
index e645601db4..134e01327b 100644
--- a/www/verifyusr.php3
+++ b/www/verifyusr.php3
@@ -1,7 +1,7 @@
 <?php
 #
 # EMULAB-COPYRIGHT
-# Copyright (c) 2000-2003, 2005, 2006 University of Utah and the Flux Group.
+# Copyright (c) 2000-2003, 2005, 2006, 2007 University of Utah and the Flux Group.
 # All rights reserved.
 #
 include("defs.php3");
@@ -150,7 +150,7 @@ function INFORMLEADERS($this_user) {
 	     $leader_name  = $groupleader->name();
 	     $leader_email = $groupleader->email();
 	     $leader_uid   = $groupleader->uid();
-	     $allleaders   = TBLeaderMailList($pid,$gid);
+	     $allleaders   = $group->LeaderMailList();
 	     
 	     TBMAIL("$leader_name '$leader_uid' <$leader_email>",
 		"$uid $pid Project Join Request",
-- 
GitLab