From bafe95bf83035eb1317901cc0a64cc34a2236426 Mon Sep 17 00:00:00 2001 From: kevin_fourie Date: Mon, 3 Sep 2007 12:04:39 +0000 Subject: [PATCH] Merged in from DEV trunk... --- plugins/ktcore/KTColumns.inc.php | 4 ++++ 1 file changed, 4 insertions(+), 0 deletions(-) diff --git a/plugins/ktcore/KTColumns.inc.php b/plugins/ktcore/KTColumns.inc.php index 14bbb40..bdd8aef 100644 --- a/plugins/ktcore/KTColumns.inc.php +++ b/plugins/ktcore/KTColumns.inc.php @@ -420,6 +420,10 @@ class AdvancedDownloadColumn extends AdvancedColumn { $this->label = null; } + function renderHeader($sReturnURL) { + return ' '; + } + function renderData($aDataRow) { // only _ever_ show this for documents. if ($aDataRow["type"] === "folder") { -- libgit2 0.21.4