Modified:
/framework/trunk/app/core/bootstrap.php
=======================================
--- /framework/trunk/app/core/bootstrap.php Thu Oct 1 12:51:33 2009
+++ /framework/trunk/app/core/bootstrap.php Tue Oct 13 14:14:12 2009
@@ -35,7 +35,7 @@
define('GET', ($_SERVER['REQUEST_METHOD'] == 'GET')?true:false);
// Add to the include dirs
-ini_set('include_path', ini_get('include_path').'/'.SY_ROOTDIR.'/phplib');
+ini_set('include_path',
ini_get('include_path').PATH_SEPARATOR.SY_ROOTDIR.'/phplib');
// setup autoload & take care of any other class initialization
spl_autoload_register('switchyard_autoload');