[Phphtmllib-devel] SF.net SVN: phphtmllib:[3216] trunk/open2300/lib
Status: Beta
Brought to you by:
hemna
From: <he...@us...> - 2009-02-17 15:09:04
|
Revision: 3216 http://phphtmllib.svn.sourceforge.net/phphtmllib/?rev=3216&view=rev Author: hemna Date: 2009-02-17 15:09:02 +0000 (Tue, 17 Feb 2009) Log Message: ----------- updated includes for OFC Modified Paths: -------------- trunk/open2300/lib/autoload.inc trunk/open2300/lib/init.inc Modified: trunk/open2300/lib/autoload.inc =================================================================== --- trunk/open2300/lib/autoload.inc 2009-02-17 15:08:01 UTC (rev 3215) +++ trunk/open2300/lib/autoload.inc 2009-02-17 15:09:02 UTC (rev 3216) @@ -1,7 +1,7 @@ <?php /** * This is an auto-generated file. Please do not modify! - * Generated on 2008-11-07T11:56:01-08:00 by AutoloadGenerator + * Generated on 2009-02-16T09:43:30-08:00 by AutoloadGenerator * * @package open2300 */ @@ -173,6 +173,7 @@ 'MessageBoxOKCancel'=>'external/phphtmllib/src/widgets/MessageBoxOKCancel.inc', 'MessageBoxWidget'=>'external/phphtmllib/src/widgets/MessageBoxWidget.inc', 'MetarTextCurrentConditions'=>'modules/home/widgets/MetarTextCurrentConditions.inc', +'myFlashGraph'=>'modules/graphs/flash/myFlashGraph.inc', 'myGraph'=>'modules/graphs/myGraph.inc', 'NavTable'=>'external/phphtmllib/src/widgets/NavTable.inc', 'NavTableCSS'=>'external/phphtmllib/src/widgets/css/NavTableCSS.inc', @@ -216,6 +217,7 @@ 'TabList'=>'external/phphtmllib/src/widgets/TabList.inc', 'TabListCSS'=>'external/phphtmllib/src/widgets/css/TabListCSS.inc', 'TabWidget'=>'external/phphtmllib/src/widgets/TabWidget.inc', +'TempDewPointLineFlashGraph'=>'modules/graphs/flash/TempDewPointLineFlashGraph.inc', 'TempDewPointLineGraph'=>'modules/graphs/TempDewPointLineGraph.inc', 'TextCSSNav'=>'external/phphtmllib/src/widgets/TextCSSNav.inc', 'TextCSSNavCSS'=>'external/phphtmllib/src/widgets/css/TextCSSNavCSS.inc', @@ -288,6 +290,7 @@ 'tab-control-w'=>'TabControlWidget', 'tab-list'=>'TabList', 'tab-w'=>'TabWidget', +'temp-dew-point-line-flash-graph'=>'TempDewPointLineFlashGraph', 'temp-dew-point-line-graph'=>'TempDewPointLineGraph', 'text'=>'TextCurrentConditions', 'text-c-s-s-nav'=>'TextCSSNav', @@ -359,6 +362,7 @@ 'TabControlWidget'=>'tab-control-w', 'TabList'=>'tab-list', 'TabWidget'=>'tab-w', +'TempDewPointLineFlashGraph'=>'temp-dew-point-line-flash-graph', 'TempDewPointLineGraph'=>'temp-dew-point-line-graph', 'TextCurrentConditions'=>'text', 'TextCSSNav'=>'text-c-s-s-nav', Modified: trunk/open2300/lib/init.inc =================================================================== --- trunk/open2300/lib/init.inc 2009-02-17 15:08:01 UTC (rev 3215) +++ trunk/open2300/lib/init.inc 2009-02-17 15:09:02 UTC (rev 3216) @@ -16,7 +16,13 @@ $GLOBALS['path_lib'] = $GLOBALS['path_base'].'/lib'; $GLOBALS['path_external'] = $GLOBALS['path_base'].'/lib/external'; +//used for the OFC classes +$ofc_path = $GLOBALS['path_external'].'/open-flash-chart2/php5-ofc-library/lib'; +$include_path = ini_get('include_path'); +$include_path .= ':'.realpath($ofc_path); +ini_set('include_path', $include_path); + /******************* EXCEPTION HANDLER **************************/ function exception_handler($exception) { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |