From: jervfors Date: Sat, 23 Apr 2005 11:42:18 +0000 (+0000) Subject: Trimming whitespace X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=c683d87f10ef8febd3a5228e80d5ebc7b46343d8;p=squirrelmail.git Trimming whitespace git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@9377 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- 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();