From db92d73b6eb8ed3b0d40a9deaf50c3ad680dd872 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Wed, 13 Jun 2001 21:37:19 +0000 Subject: - Improved watchdog and submission throttle: removed redundant code, streamlined the existing code, added new watchdog type called "httpd" for Apache errors. The latter should make it easier to add watchdog filters later on. - Clarified some watchdog messages. --- submit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'submit.php') diff --git a/submit.php b/submit.php index bff09fac3..726439a38 100644 --- a/submit.php +++ b/submit.php @@ -23,7 +23,7 @@ if ($user->id) { } } else { - $theme->box("Submit", notice_account()); + $theme->box("Submit", message_account()); } $theme->footer(); -- cgit v1.2.3