[Affelio-cvs 468] CVS update: affelio/lib/Affelio/Managing

Back to archive index

Tadashi Okoshi slash****@users*****
2005年 7月 1日 (金) 13:00:31 JST


Index: affelio/lib/Affelio/Managing/GroupManager.pm
diff -u affelio/lib/Affelio/Managing/GroupManager.pm:1.5 affelio/lib/Affelio/Managing/GroupManager.pm:1.6
--- affelio/lib/Affelio/Managing/GroupManager.pm:1.5	Fri Jul  1 11:00:08 2005
+++ affelio/lib/Affelio/Managing/GroupManager.pm	Fri Jul  1 13:00:30 2005
@@ -14,7 +14,7 @@
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-# $Id: GroupManager.pm,v 1.5 2005/07/01 02:00:08 slash5234 Exp $
+# $Id: GroupManager.pm,v 1.6 2005/07/01 04:00:30 slash5234 Exp $
 
 package Affelio::Managing::GroupManager;
 {
@@ -250,7 +250,7 @@
 
 
     ########################################################################
-    #remove_member
+    #remove_person_from_all
     ########################################################################
     sub remove_person_from_all{
 	my $self = shift;
@@ -302,7 +302,7 @@
 	my $query2 = "update AFuser_CORE_group set members = '$row[0]' where gid = $gid";
 	my $sth2;
 	eval{
-	    $sth2= $af->{db}->prepare($query);
+	    $sth2= $af->{db}->prepare($query2);
 	    $sth2->execute;
 	};
 	if($@){


Affelio-cvs メーリングリストの案内
Back to archive index