[CS-Project-svn_notify] SF.net SVN: cs-project:[918] trunk/1.2/includes/content.inc
Brought to you by:
crazedsanity
From: <cra...@us...> - 2009-02-03 19:07:48
|
Revision: 918 http://cs-project.svn.sourceforge.net/cs-project/?rev=918&view=rev Author: crazedsanity Date: 2009-02-03 19:07:44 +0000 (Tue, 03 Feb 2009) Log Message: ----------- Fix require_once() statement to point to proper file name. Modified Paths: -------------- trunk/1.2/includes/content.inc Modified: trunk/1.2/includes/content.inc =================================================================== --- trunk/1.2/includes/content.inc 2009-02-03 19:03:18 UTC (rev 917) +++ trunk/1.2/includes/content.inc 2009-02-03 19:07:44 UTC (rev 918) @@ -8,7 +8,7 @@ * Last Updated:::::::: $Date$ */ -require_once(dirname(__FILE__) ."/../lib/cs-content/cs_tabsClass.php"); +require_once(dirname(__FILE__) ."/../lib/cs-content/cs_tabs.class.php"); $db = new cs_phpDB; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |