]> git.entuzijast.net Git - freeradius-dialup-admin.git/commitdiff
Fix a small typo in the userinfo mysql schema. Found by Evert Meulie
authorkkalev <kkalev>
Mon, 13 Sep 2004 09:37:17 +0000 (09:37 +0000)
committerkkalev <kkalev>
Mon, 13 Sep 2004 09:37:17 +0000 (09:37 +0000)
Changelog
sql/mysql/userinfo.sql

index 672666439576ebeffc56d97c48e4a7392cab4948..36903e7b7b70b657dc400101289d586a47471eb5 100644 (file)
--- a/Changelog
+++ b/Changelog
@@ -24,6 +24,7 @@ Ver 1.75:
 * Make pagesize 'all' work again. Bug found by apellido jr., wilfredo p.
 * Make 'Add NAS' function in the nas admin page more easily accessible
 * 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
 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 aacb4d2fd36e6fb7dfc39580d22a0bb03740cd55..ba9d72132f925ffa09f1fd0a39eebf631665a9f4 100644 (file)
@@ -12,5 +12,5 @@ CREATE TABLE userinfo (
   Mobile varchar(200),
   PRIMARY KEY (id),
   KEY UserName (UserName),
-  KEY Departmet (Department)
+  KEY Department (Department)
 );