[Weberp-svn] SF.net SVN: weberp:[9399] trunk/includes/session.inc
Brought to you by:
sotandeka,
tim_schofield
From: <tim...@us...> - 2012-07-11 08:16:36
|
Revision: 9399 http://weberp.svn.sourceforge.net/weberp/?rev=9399&view=rev Author: tim_schofield Date: 2012-07-11 08:16:25 +0000 (Wed, 11 Jul 2012) Log Message: ----------- Initialise the history array Modified Paths: -------------- trunk/includes/session.inc Modified: trunk/includes/session.inc =================================================================== --- trunk/includes/session.inc 2012-07-11 08:16:15 UTC (rev 9398) +++ trunk/includes/session.inc 2012-07-11 08:16:25 UTC (rev 9399) @@ -208,6 +208,7 @@ * variables are local, so we will never * cause name clashes) */ + $_SESSION['History']=array(); function findLogoFile($CompanyDir, $PathPrefix) { $dir = $PathPrefix.'companies/' . $CompanyDir . '/'; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |