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

Back to archive index

Yoshihisa Fukuhara higef****@users*****
2005年 11月 8日 (火) 13:18:23 JST


Index: affelio/apps/diary/init.pl
diff -u affelio/apps/diary/init.pl:1.6 affelio/apps/diary/init.pl:1.7
--- affelio/apps/diary/init.pl:1.6	Thu Aug  4 21:39:52 2005
+++ affelio/apps/diary/init.pl	Tue Nov  8 13:18:23 2005
@@ -26,6 +26,7 @@
 use Affelio::misc::CGIError;
 #
 use Diary;
+use Error qw(:try);
 
 our $cgi = new CGI();
 
Index: affelio/apps/diary/show_image.cgi
diff -u affelio/apps/diary/show_image.cgi:1.6 affelio/apps/diary/show_image.cgi:1.7
--- affelio/apps/diary/show_image.cgi:1.6	Fri Nov  4 16:41:09 2005
+++ affelio/apps/diary/show_image.cgi	Tue Nov  8 13:18:23 2005
@@ -16,7 +16,7 @@
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 require 'init.pl';
-
+use lib("../../extlib");
 use Error qw(:try);
 
 my $id = $afap->{cgi}->param('id') or die;


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