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");