From 07253dc75c69cf585ad39a218f3f2cf97b773987 Mon Sep 17 00:00:00 2001 From: jhunkeler Date: Sat, 26 Dec 2009 20:02:05 +0000 Subject: commit before joe fucks shit git-svn-id: http://svn.3rd-infantry-division.org/testing/branches/Bayonet CMS v2@401 c5b2fb0a-d05d-0410-98c8-828840a80ff6 --- modules/index/index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/index') diff --git a/modules/index/index.php b/modules/index/index.php index b7554b7..7d23bc6 100644 --- a/modules/index/index.php +++ b/modules/index/index.php @@ -26,9 +26,9 @@ } else { - OpenTable(); + OpenContent(); ReportError("Cannot load module '{$module}' directory.
\n"); - CloseTable(); + CloseContent(); } echo "
"; } -- cgit