[Affelio-cvs 464] CVS update: affelio/lib/Affelio/SNS

Back to archive index

Tadashi Okoshi slash****@users*****
2005年 7月 1日 (金) 12:38:15 JST


Index: affelio/lib/Affelio/SNS/FriendManager.pm
diff -u affelio/lib/Affelio/SNS/FriendManager.pm:1.8 affelio/lib/Affelio/SNS/FriendManager.pm:1.9
--- affelio/lib/Affelio/SNS/FriendManager.pm:1.8	Fri Jul  1 11:00:09 2005
+++ affelio/lib/Affelio/SNS/FriendManager.pm	Fri Jul  1 12:38:15 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: FriendManager.pm,v 1.8 2005/07/01 02:00:09 slash5234 Exp $
+# $Id: FriendManager.pm,v 1.9 2005/07/01 03:38:15 slash5234 Exp $
 
 package Affelio::SNS::FriendManager;
 {
@@ -756,7 +756,7 @@
 
 	##############################
 	#set value into DB
-	my $query = "update AFuser_CORE_friends set $attr = '$value' where uid = $uid";
+	my $query = "update AFuser_CORE_friends set $attr = $value where uid = $uid";
 	my $sth;
 	eval{
 	    $sth = $af->{db}->prepare($query);


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