From 5632a971ee5d0f9aa427585b193e92b04896ee3b Mon Sep 17 00:00:00 2001 From: Savetheinternet Date: Wed, 23 Nov 2011 16:27:48 +1100 Subject: [PATCH] Slightly differnet default config.ban_date --- inc/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/config.php b/inc/config.php index 40382918..bfb7a6ac 100644 --- a/inc/config.php +++ b/inc/config.php @@ -448,7 +448,7 @@ $config['post_date'] = '%m/%d/%y (%a) %H:%M:%S'; // Same as above, but used for "you are banned' pages. - $config['ban_date'] = '%A, %e %B, %Y'; + $config['ban_date'] = '%A %e %B, %Y'; // The names on the post buttons. (On most imageboards, these are both "Post") $config['button_newtopic'] = 'New Topic';