[Affelio-cvs 1187] CVS update: affelio/apps/bb/bb

Back to archive index

Yoshihisa Fukuhara higef****@users*****
2006年 3月 23日 (木) 14:27:01 JST


Index: affelio/apps/bb/bb/Admin.pm
diff -u affelio/apps/bb/bb/Admin.pm:1.1 affelio/apps/bb/bb/Admin.pm:1.2
--- affelio/apps/bb/bb/Admin.pm:1.1	Thu Mar 23 12:46:14 2006
+++ affelio/apps/bb/bb/Admin.pm	Thu Mar 23 14:27:01 2006
@@ -40,10 +40,10 @@
 	#Check access
 	###########################
 	unless ($afap->check_access("DF_access")) {
-	    $self->accessErrorExit('Access Denied. You don\'t have permission to this application.');
+	    $self->errorExit('Access Denied. You don\'t have permission to this application.');
 	}   
 	unless ($afap->get_visitor_info("type") eq "self"){
-	    $self->accessErrorExit('Access Denied. You don\'t have permission to this application.');
+	    $self->errorExit('Access Denied. You don\'t have permission to this application.');
 	}
 	###########################
 	#Going to the owner mode


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