From: Michael M Slusarz Date: Fri, 23 Oct 2009 04:08:57 +0000 (-0600) Subject: Fix getAllRows() return X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=535adfb26a0d3a9de94176df7510425c85b3418c;p=horde.git Fix getAllRows() return --- diff --git a/imp/js/ViewPort.js b/imp/js/ViewPort.js index c7ab8ea78..280391b47 100644 --- a/imp/js/ViewPort.js +++ b/imp/js/ViewPort.js @@ -1250,7 +1250,7 @@ ViewPort_Buffer = Class.create({ getAllRows: function() { - return this.rowsToUIDs(this.rowlist.keys()); + return this.rowlist.keys(); }, rowsToUIDs: function(rows)