From 21608260d1b8a7bab9f8bab60bdc506af25985e6 Mon Sep 17 00:00:00 2001 From: jhunkeler Date: Fri, 8 Jan 2010 00:54:15 +0000 Subject: Fixed GetBlocks() passing a bad result to mysqli fetch. git-svn-id: http://svn.3rd-infantry-division.org/testing/branches/Bayonet CMS v2@455 c5b2fb0a-d05d-0410-98c8-828840a80ff6 --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'index.php') diff --git a/index.php b/index.php index dd5dd40..68fa637 100644 --- a/index.php +++ b/index.php @@ -5,7 +5,7 @@ * * Purpose of this software is to allow users to manage their website * with ease and without needing to have any coding knowledge in order - * to maintain it. Visit www.eodesign.com/cms for any updates or feedback. + * to maintain it. Visit [link] for any updates or feedback. */ /* Begin try/catch block */ -- cgit