Code

Closes #310 Moved copy_FAI_resource_recursive to faiManagement. It is only used there.
[gosa.git] / gosa-core / include / class_socketClient.inc
index 73a0da5f68e22948d9ea9b2f65491b35518f603b..0ed42a5fa3fda35febbf76d423f71a1e342b5f34 100644 (file)
@@ -149,8 +149,5 @@ class Socket_Client
                /* Terminate decryption handle and close module */
                mcrypt_generic_deinit($this->td);
        }
-
 }
-
-
 ?>