]> git.entuzijast.net Git - freeradius-dialup-admin.git/commitdiff
Small type in login_time_create, close bug #141
authorkkalev <kkalev>
Fri, 15 Oct 2004 10:42:16 +0000 (10:42 +0000)
committerkkalev <kkalev>
Fri, 15 Oct 2004 10:42:16 +0000 (10:42 +0000)
Changelog
htdocs/login_time_create.php3

index 46758c2851c2d56860e353bf0c159207309a4ab1..bb5842157db289e965d6f949cec4e4dbdc13c549 100644 (file)
--- 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)
index 3c2e1da397434ce6c45e5b22c2acfbd832fb476e..6461a7debb35e39a97b8a9f5eef785063e6fb426 100644 (file)
@@ -30,7 +30,7 @@ function check_day($day){
 
 $mapping = array(
        'Mo' => 'Monday',
-       'Tu' => 'Tusday',
+       'Tu' => 'Tuesday',
        'We' => 'Wednesday',
        'Th' => 'Thursday',
        'Fr' => 'Friday',