[Affelio-cvs 1400] CVS update: affelio

Back to archive index

Tadashi Okoshi slash****@users*****
2006年 8月 8日 (火) 09:31:48 JST


Index: affelio/upgrade.cgi
diff -u affelio/upgrade.cgi:1.20 affelio/upgrade.cgi:1.21
--- affelio/upgrade.cgi:1.20	Tue Aug  8 09:27:52 2006
+++ affelio/upgrade.cgi	Tue Aug  8 09:31:48 2006
@@ -402,7 +402,7 @@
 	    my ($aid, $name, $type) = split(',', $line);		
 	    
 	    if($aid > $maxid){
-		do_SQL($af, "INSERT INTO AFuser_CORE_profile_attr (aid, name, type) values ($aid, '$name', $type)");
+		do_SQL($af, "INSERT INTO AFuser_CORE_prof_attr(aid, name, type) values ($aid, '$name', $type)");
 		if($@){
 		    print "$@<BR>";
 		}else{


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