From 591052a446a9696918bb513a257cec4e4e72ce1e Mon Sep 17 00:00:00 2001 From: defacer Date: Sun, 6 Mar 2005 20:26:42 +0000 Subject: [PATCH] Doing away with generaltableheader --- lib/weblib.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/weblib.php b/lib/weblib.php index 6e8a0d4f4ce..3607d7050cf 100644 --- a/lib/weblib.php +++ b/lib/weblib.php @@ -2489,7 +2489,7 @@ function print_table($table) { if (!isset($align[$key])) { $align[$key] = ''; } - echo ''. $heading .''; + echo ''. $heading .''; } echo ''."\n"; } @@ -2512,7 +2512,7 @@ function print_table($table) { if (!isset($wrap[$key])) { $wrap[$key] = ''; } - echo ''. $item .''; + echo ''. $item .''; } } echo ''."\n";