Code

Updated management.
[gosa.git] / gosa-core / include / password-methods / class_password-methods-md5.inc
index fb6ba56226ee038d60e74e2a6896d2386786d8ca..41903a14aac4f6d78f8e991a800bbfb05fe2a0e0 100644 (file)
@@ -47,6 +47,7 @@ class passwordMethodMd5 extends passwordMethod
   {
     return "md5";
   }
+
 }
 
 // vim:tabstop=2:expandtab:shiftwidth=2:filetype=php:syntax:ruler: