[CS-Project-svn_notify] SF.net SVN: cs-project:[919] trunk/1.2/lib
Brought to you by:
crazedsanity
From: <cra...@us...> - 2009-02-03 19:30:59
|
Revision: 919 http://cs-project.svn.sourceforge.net/cs-project/?rev=919&view=rev Author: crazedsanity Date: 2009-02-03 19:30:55 +0000 (Tue, 03 Feb 2009) Log Message: ----------- Update to new version of cs-content (1.0.0-ALPHA4). /lib/globalFunctions.php: * get_required_external_lib_versions(): -- change cs-content version to 1.0.0-ALPHA4 /lib/session_class.php: * MAIN::: -- update file name of cs_session{} location. Modified Paths: -------------- trunk/1.2/lib/globalFunctions.php trunk/1.2/lib/session_class.php Modified: trunk/1.2/lib/globalFunctions.php =================================================================== --- trunk/1.2/lib/globalFunctions.php 2009-02-03 19:07:44 UTC (rev 918) +++ trunk/1.2/lib/globalFunctions.php 2009-02-03 19:30:55 UTC (rev 919) @@ -17,7 +17,7 @@ function get_required_external_lib_versions($projectName=NULL) { //format: {className} => array({projectName} => {exactVersion}) $requirements = array( - 'contentSystem' => array('cs-content', '1.0.0-ALPHA3'), + 'contentSystem' => array('cs-content', '1.0.0-ALPHA4'), 'cs_phpxmlParser' => array('cs-phpxml', '1.0.0-ALPHA2'), 'cs_arrayToPath' => array('cs-arrayToPath', '1.0.0') ); Modified: trunk/1.2/lib/session_class.php =================================================================== --- trunk/1.2/lib/session_class.php 2009-02-03 19:07:44 UTC (rev 918) +++ trunk/1.2/lib/session_class.php 2009-02-03 19:30:55 UTC (rev 919) @@ -13,7 +13,7 @@ */ ## -require_once(dirname(__FILE__) .'/cs-content/cs_sessionClass.php'); +require_once(dirname(__FILE__) .'/cs-content/cs_session.class.php'); class Session extends cs_session { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |