From 6a765a9355661659b4a4329e125d15c2f29406b0 Mon Sep 17 00:00:00 2001
From: thomascube <thomas@roundcube.net>
Date: Tue, 30 Jun 2009 13:12:45 -0400
Subject: [PATCH] Use html_table class to build password form + add german localizations + codestyle (no tabs, just spaces)

---
 plugins/password/config.inc.php |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/plugins/password/config.inc.php b/plugins/password/config.inc.php
index e70ea7a..8bce0cc 100644
--- a/plugins/password/config.inc.php
+++ b/plugins/password/config.inc.php
@@ -18,9 +18,9 @@
 
 // The SQL query used to change the password.
 // The query can contain the following macros that will be expanded as follows:
-//	%p is replaced with the plaintext new password
+//      %p is replaced with the plaintext new password
 //      %c is replaced with the crypt version of the new password, MD5 if available
-//    	   otherwise DES.
+//         otherwise DES.
 //      %u is replaced with the username (from the session info)
 //      %o is replaced with the password before the change
 //      %h is replaced with the imap host (from the session info)

--
Gitblit v1.9.1