]> source.dussan.org Git - nextcloud-server.git/commitdiff
comment out non working code
authorFrank Karlitschek <frank@owncloud.org>
Tue, 5 Jun 2012 07:28:51 +0000 (09:28 +0200)
committerFrank Karlitschek <frank@owncloud.org>
Tue, 5 Jun 2012 07:28:51 +0000 (09:28 +0200)
apps/files_versions/versions.php

index bc5790146591bd5121096a10ca0a3da6d87a0cee..44ce7c635aa3180ff2475f3212b2e062742734ac 100644 (file)
@@ -356,12 +356,13 @@ class Storage {
                        }
                        
                }
-               
+       
+               /*      
                // FIXME: make this path dynamic
                $dir = '/home/samtuke/owncloud/git/oc5/data/admin/versions';
 
                ( deleteAll( $dir, 1 ) ? return true : return false );
-               
+               */
         }