Tadashi Okoshi
slash****@users*****
2005年 7月 1日 (金) 10:49:01 JST
Index: affelio/apps/album/Album.pm
diff -u affelio/apps/album/Album.pm:1.12 affelio/apps/album/Album.pm:1.13
--- affelio/apps/album/Album.pm:1.12 Mon Jun 27 00:18:23 2005
+++ affelio/apps/album/Album.pm Fri Jul 1 10:49:01 2005
@@ -79,7 +79,7 @@
$this->{dbh}->do("CREATE TABLE $this->{image_tb} ($query)");
- $this->{dbh}->disconnect;
+# $this->{dbh}->disconnect;
}
else {
# $this->{dbh} = DBI->connect("dbi:SQLite:dbname=".$this->{dbpath})