spellcheck

This commit is contained in:
Miles Lott 2004-01-17 14:59:40 +00:00
parent 189356ac5a
commit b07762a86c

View File

@ -48,7 +48,7 @@
// This is used for system downtime, to prevent new logins. // This is used for system downtime, to prevent new logins.
if($GLOBALS['phpgw_info']['server']['deny_all_logins']) if($GLOBALS['phpgw_info']['server']['deny_all_logins'])
{ {
$deny_msg=lang('Opps! You caught us in the middle of a system maintainance.<br/> $deny_msg=lang('Oops! You caught us in the middle of system maintainance.<br/>
Please, check back with us shortly.'); Please, check back with us shortly.');
$tmpl->set_file(array $tmpl->set_file(array
@ -322,8 +322,6 @@
$reg_link='&nbsp;<a href="registration/">'.lang('Not a user yet? Register now').'</a><br/>'; $reg_link='&nbsp;<a href="registration/">'.lang('Not a user yet? Register now').'</a><br/>';
} }
$GLOBALS['phpgw_info']['server']['template_set'] = $GLOBALS['phpgw_info']['login_template_set']; $GLOBALS['phpgw_info']['server']['template_set'] = $GLOBALS['phpgw_info']['login_template_set'];
$tmpl->set_var('register_link',$reg_link); $tmpl->set_var('register_link',$reg_link);