From dfdd92d5662e73b29998dacc0aa2f79437dfd82f Mon Sep 17 00:00:00 2001 From: matthiasgrimm Date: Tue, 24 Jan 2006 20:06:25 +0100 Subject: 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 --- inc/lang/en/lang.php | 7 ------- 1 file changed, 7 deletions(-) (limited to 'inc/lang/en/lang.php') 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 : -- cgit v1.2.3