Yoshihisa Fukuhara
higef****@users*****
2006年 5月 24日 (水) 19:02:09 JST
Index: affelio/apps/bb/bb/Admin.pm
diff -u affelio/apps/bb/bb/Admin.pm:1.2 affelio/apps/bb/bb/Admin.pm:1.3
--- affelio/apps/bb/bb/Admin.pm:1.2 Thu Mar 23 14:27:01 2006
+++ affelio/apps/bb/bb/Admin.pm Wed May 24 19:02:09 2006
@@ -40,10 +40,10 @@
#Check access
###########################
unless ($afap->check_access("DF_access")) {
- $self->errorExit('Access Denied. You don\'t have permission to this application.');
+ $self->errorExit('<AF_M text="Access Denied. You dont have permission to access.">');
}
unless ($afap->get_visitor_info("type") eq "self"){
- $self->errorExit('Access Denied. You don\'t have permission to this application.');
+ $self->errorExit('<AF_M text="Access Denied. You dont have permission to access.">');
}
###########################
#Going to the owner mode