[Weberp-svn] SF.net SVN: weberp:[4198] trunk/includes/session.inc
Brought to you by:
sotandeka,
tim_schofield
From: <tim...@us...> - 2011-01-09 13:15:12
|
Revision: 4198 http://weberp.svn.sourceforge.net/weberp/?rev=4198&view=rev Author: tim_schofield Date: 2011-01-09 13:15:06 +0000 (Sun, 09 Jan 2011) Log Message: ----------- Database updates for changes to conversion factor code Modified Paths: -------------- trunk/includes/session.inc Modified: trunk/includes/session.inc =================================================================== --- trunk/includes/session.inc 2011-01-09 12:53:51 UTC (rev 4197) +++ trunk/includes/session.inc 2011-01-09 13:15:06 UTC (rev 4198) @@ -13,7 +13,7 @@ header('Location:' . $rootpath . '/install/index.php'); } include($PathPrefix . 'config.php'); -$DBVersion=56; +$DBVersion=57; if (isset($SessionSavePath)){ session_save_path($SessionSavePath); } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |