From eba40bfe7a4e8bf3f4747ca73d685fd02865ca53 Mon Sep 17 00:00:00 2001 From: tjhunt Date: Tue, 10 Mar 2009 05:00:16 +0000 Subject: [PATCH] tablelib: Fix typo. --- lib/tablelib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/tablelib.php b/lib/tablelib.php index 99d72a0d41..ff5474a677 100644 --- a/lib/tablelib.php +++ b/lib/tablelib.php @@ -924,7 +924,7 @@ class flexible_table { echo ''; // If we have a separator, print it - if ($row === NULL && $colcount) { + if ($row === NULL) { $colcount = count($this->columns); echo '
'; } else { -- 2.39.5