From c683d87f10ef8febd3a5228e80d5ebc7b46343d8 Mon Sep 17 00:00:00 2001 From: jervfors Date: Sat, 23 Apr 2005 11:42:18 +0000 Subject: [PATCH] Trimming whitespace git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@9377 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- plugins/change_password/backend/merak.php | 2 +- plugins/change_password/backend/vmailmgrd.php | 2 +- plugins/change_password/options.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/change_password/backend/merak.php b/plugins/change_password/backend/merak.php index 4b21172b..64533903 100644 --- a/plugins/change_password/backend/merak.php +++ b/plugins/change_password/backend/merak.php @@ -31,7 +31,7 @@ if ( isset($cpw_merak) && is_array($cpw_merak) && !empty($cpw_merak) ) { global $squirrelmail_plugin_hooks; $squirrelmail_plugin_hooks['change_password_dochange']['merak'] = 'cpw_merak_dochange'; -$squirrelmail_plugin_hooks['change_password_init']['merak'] = +$squirrelmail_plugin_hooks['change_password_init']['merak'] = 'cpw_merak_init'; /** diff --git a/plugins/change_password/backend/vmailmgrd.php b/plugins/change_password/backend/vmailmgrd.php index 47909eea..c22d076d 100644 --- a/plugins/change_password/backend/vmailmgrd.php +++ b/plugins/change_password/backend/vmailmgrd.php @@ -212,7 +212,7 @@ function cpw_vmailmgrd_passwd($user,$domain,$oldpass,$newpass) { } /** - * Function is used to translate messages returned by vmailmgr + * Function is used to translate messages returned by vmailmgr * php library and vmailmgr daemon. * @param string $string vmailmrgd message. * @return string translated string. diff --git a/plugins/change_password/options.php b/plugins/change_password/options.php index a62fd363..f621f328 100644 --- a/plugins/change_password/options.php +++ b/plugins/change_password/options.php @@ -30,7 +30,7 @@ if (file_exists(SM_PATH . 'plugins/change_password/config_default.php')) { } /** - * prevent possible corruption of configuration overrides in + * prevent possible corruption of configuration overrides in * register_globals=on and preloaded php scripts. */ $cpw_ldap=array(); -- 2.25.1