[Cs-content-commits] SF.net SVN: cs-content:[346] trunk/1.0
PHP Templating & Includes System
Brought to you by:
crazedsanity
From: <cra...@us...> - 2009-02-03 19:22:59
|
Revision: 346 http://cs-content.svn.sourceforge.net/cs-content/?rev=346&view=rev Author: crazedsanity Date: 2009-02-03 19:22:53 +0000 (Tue, 03 Feb 2009) Log Message: ----------- Fix location of cs_session from last commit. Modified Paths: -------------- trunk/1.0/VERSION trunk/1.0/contentSystem.class.php Modified: trunk/1.0/VERSION =================================================================== --- trunk/1.0/VERSION 2009-02-03 19:08:45 UTC (rev 345) +++ trunk/1.0/VERSION 2009-02-03 19:22:53 UTC (rev 346) @@ -1,5 +1,5 @@ ## Stores the current version of the cs-content system, and it's source. Please do NOT modify this file. -VERSION: 1.0-ALPHA3 +VERSION: 1.0-ALPHA4 PROJECT: cs-content $HeadURL$ \ No newline at end of file Modified: trunk/1.0/contentSystem.class.php =================================================================== --- trunk/1.0/contentSystem.class.php 2009-02-03 19:08:45 UTC (rev 345) +++ trunk/1.0/contentSystem.class.php 2009-02-03 19:22:53 UTC (rev 346) @@ -72,7 +72,7 @@ require_once(dirname(__FILE__) ."/abstract/cs_content.abstract.class.php"); require_once(dirname(__FILE__) ."/cs_fileSystem.class.php"); -require_once(dirname(__FILE__) ."/cs_sessionClass.php"); +require_once(dirname(__FILE__) ."/cs_session.class.php"); require_once(dirname(__FILE__) ."/cs_genericPage.class.php"); require_once(dirname(__FILE__) ."/cs_tabs.class.php"); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |