From: kkalev Date: Fri, 15 Oct 2004 10:42:16 +0000 (+0000) Subject: Small type in login_time_create, close bug #141 X-Git-Url: https://git.entuzijast.net/?a=commitdiff_plain;h=968967b83d38b4075fcdb3a1430fc993433fa218;p=freeradius-dialup-admin.git Small type in login_time_create, close bug #141 --- diff --git a/Changelog b/Changelog index 46758c2..bb58421 100644 --- a/Changelog +++ b/Changelog @@ -26,6 +26,7 @@ Ver 1.75: * Fix a small bug in user_admin.php3 found by Joerg Staedele * Fix a small typo in the userinfo mysql schema. Found by Evert Meulie * Fix bug #136, bugs found by Pawel Foremski +* Small type in login_time_create, close bug #141 Ver 1.72: * Move the xlat function to a separate file in lib/xlat.php3 * Add a lib/sql/nas_list.php3 to also get the nas list from sql (naslist.conf still works) diff --git a/htdocs/login_time_create.php3 b/htdocs/login_time_create.php3 index 3c2e1da..6461a7d 100644 --- a/htdocs/login_time_create.php3 +++ b/htdocs/login_time_create.php3 @@ -30,7 +30,7 @@ function check_day($day){ $mapping = array( 'Mo' => 'Monday', - 'Tu' => 'Tusday', + 'Tu' => 'Tuesday', 'We' => 'Wednesday', 'Th' => 'Thursday', 'Fr' => 'Friday',