Code

Removed print_a
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 3 Nov 2008 09:57:25 +0000 (09:57 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 3 Nov 2008 09:57:25 +0000 (09:57 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@12866 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/mit-krb5/admin/systems/services/kerberos/class_password-methods-MIT.inc

index 10b3d52a51217d1f3f6c4f7ff88e526051315295..1d88c0800692ccffa81409043e9c3be45ada1c3a 100644 (file)
@@ -588,7 +588,6 @@ class passwordMethodMIT extends passwordMethod
      foreach($attrs as $attr){
       $this->$attr = $source->$attr;
     }
-    print_a($this);
   }