diff options
author | matthiasgrimm <matthiasgrimm@users.sourceforge.net> | 2006-01-24 20:06:25 +0100 |
---|---|---|
committer | matthiasgrimm <matthiasgrimm@users.sourceforge.net> | 2006-01-24 20:06:25 +0100 |
commit | dfdd92d5662e73b29998dacc0aa2f79437dfd82f (patch) | |
tree | 0e2e47eed14754594622cf9ed64462c15fb9840b /inc/lang/en/lang.php | |
parent | 6ab04157718c5e3a08b08d27bf325c9c2ce660b4 (diff) | |
download | rpg-dfdd92d5662e73b29998dacc0aa2f79437dfd82f.tar.gz rpg-dfdd92d5662e73b29998dacc0aa2f79437dfd82f.tar.bz2 |
MySQL modify user patch
This patch changed the function modifyUser(). Before this update
each data change was applied by deleting and re-adding the complete
user entry. The new function uses the UPDATE SQL statement.
Furthermore all human readable error messages were removed. The
calling procedure is in charge now to inform the user about
failures. Internal debug messages were added. They can be enabled
in the configuration file.
Last but not least the module retrieves the database version now
to handle incompatible features between different MySQL versions.
darcs-hash:20060124190625-7ef76-f6dffabf230155aa51bf3c8569c31fd444634407.gz
Diffstat (limited to 'inc/lang/en/lang.php')
-rw-r--r-- | inc/lang/en/lang.php | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/inc/lang/en/lang.php b/inc/lang/en/lang.php index 3642038dc..a543ea46e 100644 --- a/inc/lang/en/lang.php +++ b/inc/lang/en/lang.php @@ -193,11 +193,4 @@ $lang['unsubscribe_error'] = 'Error removing %s from subscription list for %s'; /* auth.class lanuage support */ $lang['authmodfailed'] = 'User authentification not possible. Please inform your Wiki Admin.'; -/* mysql.class language support */ -$lang['noMySQL'] = "MySQL extension for PHP not found. Please inform your Wiki Admin."; -$lang['noDatabase'] = "MySQL: Can't access Database '%d'. Please inform you Wiki Admin."; -$lang['noConnect'] = "MySQL: Can't connect to '%u@%s'. Please inform your Wiki Admin."; -$lang['joinGroupFailed'] = "Account for '%u' not created because it can't be added to group '%g'."; -$lang['modUserFailed'] = "Unable to modify user data. Please inform your Wiki Admin"; - //Setup VIM: ex: et ts=2 enc=utf-8 : |