diff options
author | Dries Buytaert <dries@buytaert.net> | 2001-06-13 21:37:19 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2001-06-13 21:37:19 +0000 |
commit | db92d73b6eb8ed3b0d40a9deaf50c3ad680dd872 (patch) | |
tree | a5fdab2dcfb9927b178291d0cacebe1b8ab704be /submit.php | |
parent | 7d631fb606b816c8bfefb448a5708e44e8c0e932 (diff) | |
download | brdo-db92d73b6eb8ed3b0d40a9deaf50c3ad680dd872.tar.gz brdo-db92d73b6eb8ed3b0d40a9deaf50c3ad680dd872.tar.bz2 |
- 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.
Diffstat (limited to 'submit.php')
-rw-r--r-- | submit.php | 2 |
1 files changed, 1 insertions, 1 deletions
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(); |