Code

Updated posix user add
[gosa.git] / include / class_password-methods.inc
index 7c00dccdeed159db862e2853bdf8c00a0e9bfa8d..c0ffba2b673fa44bdf3889d204122204e05679cd 100644 (file)
@@ -96,9 +96,6 @@ function change_password ($dn, $password, $mode=0, $hash= "")
 
   // Get all available encryption Methods 
 
-  // STATIC : :(   
-  // $available = passwordMethod::get_available_methods();
-
   // NON STATIC CALL :)
   $tmp = new passwordMethod($_SESSION['config']);
   $available = $tmp->get_available_methods();