Trimming whitespace
authorjervfors <jervfors@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sat, 23 Apr 2005 11:42:18 +0000 (11:42 +0000)
committerjervfors <jervfors@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sat, 23 Apr 2005 11:42:18 +0000 (11:42 +0000)
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
plugins/change_password/backend/vmailmgrd.php
plugins/change_password/options.php

index 4b21172b804db45bbb536e50d60cc41b09291239..64533903804475e1860b5d7fbe5440fa7541d1fd 100644 (file)
@@ -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';
 
 /**
index 47909eeac16c2bd652768acd94565ab8524d38e2..c22d076d0fff54ff6899a357b3e5adc16b06e4e1 100644 (file)
@@ -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.
index a62fd3634b2f20fa5d18588be04760142269bea3..f621f3289d512ffc8d3d62ddd4c00f79b27ffe52 100644 (file)
@@ -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();