[Affelio-cvs 184] CVS update: affelio/apps/album

Back to archive index

Yoshihisa Fukuhara higef****@users*****
2005年 6月 27日 (月) 00:18:23 JST


Index: affelio/apps/album/Album.pm
diff -u affelio/apps/album/Album.pm:1.11 affelio/apps/album/Album.pm:1.12
--- affelio/apps/album/Album.pm:1.11	Sun Jun 26 17:02:54 2005
+++ affelio/apps/album/Album.pm	Mon Jun 27 00:18:23 2005
@@ -117,7 +117,7 @@
 	$title = $this->validate($title);
 	$user = $this->validate($user);
 #	$contents = $this->validate_entry($id, $title, $contents);
-	$contents = $this->validate($title);
+	$contents = $this->validate($contents);
 
 	# 二重投稿を防ぐ
 #	my @same = $this->getall("SELECT id FROM $this->{album_tb} WHERE title = $title AND contents = $contents");


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