From d54eb6c95104316180bbaa777f2d95f8d88c0f3c Mon Sep 17 00:00:00 2001
From: Aleksander Machniak <alec@alec.pl>
Date: Sun, 10 Apr 2016 04:51:07 -0400
Subject: [PATCH] CS fixes

---
 program/lib/Roundcube/rcube_result_index.php |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/program/lib/Roundcube/rcube_result_index.php b/program/lib/Roundcube/rcube_result_index.php
index ffc1ad7..41509ae 100644
--- a/program/lib/Roundcube/rcube_result_index.php
+++ b/program/lib/Roundcube/rcube_result_index.php
@@ -259,7 +259,6 @@
             return;
         }
 
-        // @TODO: maybe do this in chunks
         $data = $this->get();
         $data = array_reverse($data);
         $this->raw_data = implode(self::SEPARATOR_ELEMENT, $data);

--
Gitblit v1.9.1