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

Back to archive index

Yoshihisa Fukuhara higef****@users*****
2006年 3月 1日 (水) 18:33:59 JST


Index: affelio/apps/diary/Diary/WriteDiary.pm
diff -u affelio/apps/diary/Diary/WriteDiary.pm:1.2 affelio/apps/diary/Diary/WriteDiary.pm:1.3
--- affelio/apps/diary/Diary/WriteDiary.pm:1.2	Wed Mar  1 18:33:13 2006
+++ affelio/apps/diary/Diary/WriteDiary.pm	Wed Mar  1 18:33:59 2006
@@ -95,8 +95,6 @@
 		}
 
 	    }elsif( $sub_mode eq "update" && ($id) ){
-#		$title=$diary->escape($title);
-#		$contents = $diary->escape($contents);
 		# update entry
 		debug_print("Diary::Write::show: before update entry");
 		updateEntry($diary,$id,$title,$contents,$category);
@@ -109,8 +107,6 @@
 		$output_ref->{tmpl_file} = $diary->{afap}->{app__fs_root}."/templates/write_diary_done.tmpl";
 	    }
 	    elsif( $sub_mode eq "submit" ){
-#		$title=$diary->escape($title);
-#		$contents = $diary->escape($contents);
 		# add entry
 		debug_print("Diary::Write::show: before add entry");
 		my $new_id = addEntry($diary, $title, $contents, $category);


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