From bfbaa2c335c4aaacd7588b3a35eed326298d5673 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Thu, 16 Jun 2016 19:09:42 +0200 Subject: Remove old TODO Signed-off-by: Florian Pritz --- application/service/files.php | 1 - 1 file changed, 1 deletion(-) (limited to 'application/service') diff --git a/application/service/files.php b/application/service/files.php index c65660b75..c53448eb6 100644 --- a/application/service/files.php +++ b/application/service/files.php @@ -16,7 +16,6 @@ class files { $CI =& get_instance(); $items = array(); - // TODO: thumbnail urls where available $fields = array("files.id", "filename", "mimetype", "files.date", "hash", "filesize"); $query = $CI->db->select(implode(',', $fields)) ->from('files') -- cgit v1.2.3-24-g4f1b