From a116a0fd58a0b31a6ea2a30178e0828dba3b868d Mon Sep 17 00:00:00 2001 From: Timothy Warren Date: Mon, 21 May 2012 18:01:48 -0400 Subject: [PATCH] fix autoloading --- OpenSQLManager.php | 6 ------ sys/db | 2 +- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/OpenSQLManager.php b/OpenSQLManager.php index 06a1d77..ff04374 100644 --- a/OpenSQLManager.php +++ b/OpenSQLManager.php @@ -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"; diff --git a/sys/db b/sys/db index 2c67dd0..93ddd7b 160000 --- a/sys/db +++ b/sys/db @@ -1 +1 @@ -Subproject commit 2c67dd03cc917bd0f83cfc53923f4e009edc39c5 +Subproject commit 93ddd7baeccf9cdf703cf43026495b823cd6aefd