diff options
author | Klap-in <klapinklapin@gmail.com> | 2013-02-16 23:55:52 +0100 |
---|---|---|
committer | Klap-in <klapinklapin@gmail.com> | 2013-02-16 23:55:52 +0100 |
commit | 5ebd6fd9156e1bc9b63132f3ec5989856e5a45a1 (patch) | |
tree | 5488526d7937c7a909509ee77ad6899fce9f774c /lib/plugins | |
parent | 27ffb3e11e089645f9e374808063313ed7a08722 (diff) | |
download | rpg-5ebd6fd9156e1bc9b63132f3ec5989856e5a45a1.tar.gz rpg-5ebd6fd9156e1bc9b63132f3ec5989856e5a45a1.tar.bz2 |
litte fixes
Diffstat (limited to 'lib/plugins')
-rw-r--r-- | lib/plugins/authldap/lang/en/settings.php | 2 | ||||
-rw-r--r-- | lib/plugins/authmysql/conf/default.php | 2 | ||||
-rw-r--r-- | lib/plugins/authmysql/lang/en/settings.php | 2 |
3 files changed, 2 insertions, 4 deletions
diff --git a/lib/plugins/authldap/lang/en/settings.php b/lib/plugins/authldap/lang/en/settings.php index bca666e9f..0bb397be5 100644 --- a/lib/plugins/authldap/lang/en/settings.php +++ b/lib/plugins/authldap/lang/en/settings.php @@ -14,5 +14,3 @@ $lang['userscope'] = 'Limit search scope for user search'; $lang['groupscope'] = 'Limit search scope for group search'; $lang['groupkey'] = 'Group member ship from any user attribute (instead of standard AD groups) e.g. group from department or telephone number'; $lang['debug'] = 'Display additional debug information on errors'; - - diff --git a/lib/plugins/authmysql/conf/default.php b/lib/plugins/authmysql/conf/default.php index 4add3f57c..647f3d96c 100644 --- a/lib/plugins/authmysql/conf/default.php +++ b/lib/plugins/authmysql/conf/default.php @@ -2,7 +2,7 @@ $conf['charset'] = 'utf8'; $conf['server'] = ''; -$conf['user'] =''; +$conf['user'] = ''; $conf['password'] = ''; $conf['database'] = ''; $conf['debug'] = 0; diff --git a/lib/plugins/authmysql/lang/en/settings.php b/lib/plugins/authmysql/lang/en/settings.php index 7b409ee1c..77e4806b9 100644 --- a/lib/plugins/authmysql/lang/en/settings.php +++ b/lib/plugins/authmysql/lang/en/settings.php @@ -21,7 +21,7 @@ $lang['addUser'] = 'SQL statement to add a new user'; $lang['addGroup'] = 'SQL statement to add a new group'; $lang['addUserGroup'] = 'SQL statment to add a user to an existing group'; $lang['delGroup'] = 'SQL statement to remove a group'; -$lang['getUserID'] = 'SQL statement to get the primary ey of a user'; +$lang['getUserID'] = 'SQL statement to get the primary key of a user'; $lang['delUser'] = 'SQL statement to delete a user'; $lang['delUserRefs'] = 'SQL statement to remove a user from all groups'; $lang['updateUser'] = 'SQL statement to update a user profile'; |