fix autoloading

Este commit está contenido en:
Timothy Warren 2012-05-21 18:01:48 -04:00
padre ba768d36cc
commit a116a0fd58
Se han modificado 2 ficheros con 1 adiciones y 7 borrados

Ver fichero

@ -121,12 +121,6 @@ if ( ! function_exists('do_include'))
*/
function osm_autoload($class)
{
// Use the ibase_ functions instead of PDO::Firebird
if (strtolower($class) === 'firebird')
{
return;
}
$class = strtolower($class);
$widget_path = BASE_DIR . "/widgets/{$class}.php";
$window_path = BASE_DIR . "/windows/{$class}.php";

2
sys/db

@ -1 +1 @@
Subproject commit 2c67dd03cc917bd0f83cfc53923f4e009edc39c5
Subproject commit 93ddd7baeccf9cdf703cf43026495b823cd6aefd