]> source.dussan.org Git - nextcloud-server.git/commitdiff
remove unnecessary closing PHP tag
authorArthur Schiwon <blizzz@owncloud.com>
Fri, 22 Jun 2012 10:49:56 +0000 (12:49 +0200)
committerArthur Schiwon <blizzz@owncloud.com>
Fri, 22 Jun 2012 10:49:56 +0000 (12:49 +0200)
apps/user_ldap/user_ldap.php

index 48e7d429fcb6416ad0430d9021e74b79ea9caa98..85b3d88973c7d4e2d528e6b63322e6f6e086c100 100644 (file)
@@ -139,6 +139,4 @@ class OC_USER_LDAP extends OC_User_Backend {
                return true;
        }
 
-}
-
-?>
+}
\ No newline at end of file