From: Greg Gay Date: Thu, 22 Sep 2011 14:44:50 +0000 (-0000) Subject: #4846 commented out require ContentUtility.class.php X-Git-Tag: v1.2~26 X-Git-Url: https://iam.tj/gitweb/gitweb.cgi?p=acontent.git;a=commitdiff_plain;h=b75dd00752aceea4d28a221ba2818ae61427dbf9 #4846 commented out require ContentUtility.class.php --- diff --git a/docs/home/editor/preview.php b/docs/home/editor/preview.php index b195c66..473b7b7 100644 --- a/docs/home/editor/preview.php +++ b/docs/home/editor/preview.php @@ -14,7 +14,10 @@ define('TR_INCLUDE_PATH', '../../include/'); require(TR_INCLUDE_PATH.'vitals.inc.php'); require(TR_INCLUDE_PATH.'../home/editor/editor_tab_functions.inc.php'); -require(TR_INCLUDE_PATH.'../home/classes/ContentUtility.class.php'); + +// commented out this require which was causing the a redeclare error #4846 +// delete the following line when its confirmed the require is not needed +// require(TR_INCLUDE_PATH.'../home/classes/ContentUtility.class.php'); global $_course_id, $_content_id, $contentManager;