aboutsummaryrefslogtreecommitdiff
path: root/modules/index/index.php
diff options
context:
space:
mode:
authorjhunkeler <jhunkeler@c5b2fb0a-d05d-0410-98c8-828840a80ff6>2009-12-26 15:02:05 -0500
committerjhunkeler <jhunkeler@c5b2fb0a-d05d-0410-98c8-828840a80ff6>2009-12-26 15:02:05 -0500
commit07253dc75c69cf585ad39a218f3f2cf97b773987 (patch)
treedcb152c85daa4d3d96fb86ac9e6798c40ffeb6cb /modules/index/index.php
parent512e7ab3acb0fd0463d680eb9fea286f15e4864d (diff)
downloadbayonetcms-07253dc75c69cf585ad39a218f3f2cf97b773987.tar.gz
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
Diffstat (limited to 'modules/index/index.php')
-rw-r--r--modules/index/index.php4
1 files changed, 2 insertions, 2 deletions
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.<br>\n");
- CloseTable();
+ CloseContent();
}
echo "<br />";
}