From 3f5fde50c1ab4f403b7ec78005db843e2c971952 Mon Sep 17 00:00:00 2001 From: Michael Gapczynski Date: Wed, 22 Jun 2011 18:22:48 -0400 Subject: [PATCH] Forgot to remove TODOs for file?time()s --- apps/files_sharing/sharedstorage.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/apps/files_sharing/sharedstorage.php b/apps/files_sharing/sharedstorage.php index a66066aeb9..feb5d0057d 100644 --- a/apps/files_sharing/sharedstorage.php +++ b/apps/files_sharing/sharedstorage.php @@ -191,7 +191,6 @@ class OC_FILESTORAGE_SHARED { } } - // TODO Get ctime of last file public function filectime($path) { if ($path == "" || $path == "/") { $ctime = 0; @@ -212,7 +211,6 @@ class OC_FILESTORAGE_SHARED { } } - // TODO Get mtime of last file public function filemtime($path) { if ($path == "" || $path == "/") { $mtime = 0; @@ -233,7 +231,6 @@ class OC_FILESTORAGE_SHARED { } } - // TODO Get atime of last file public function fileatime($path) { if ($path == "" || $path == "/") { $atime = 0;