[Affelio-cvs 1275] CVS update: affelio/apps/diary

Back to archive index

Yoshihisa Fukuhara higef****@users*****
2006年 5月 19日 (金) 11:48:20 JST


Index: affelio/apps/diary/Diary.pm
diff -u affelio/apps/diary/Diary.pm:1.50 affelio/apps/diary/Diary.pm:1.51
--- affelio/apps/diary/Diary.pm:1.50	Fri May 19 11:43:54 2006
+++ affelio/apps/diary/Diary.pm	Fri May 19 11:48:20 2006
@@ -74,7 +74,7 @@
 	my $DBConfig = Config::Tiny->new();
 	$DBConfig = Config::Tiny->read("$self->{afap}->{af}->{site__user_dir}/db.cfg");
 	$self->{dbtype} = $DBConfig->{db}->{type};
-	$self->{key1} = get_column_key($self->{db_type});
+	$self->{key1} = get_column_key($self->{dbtype});
 	
 	my @rets;
 	if ($self->{dbtype} eq 'mysql') {


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