commit | ee54c112bfb488f833fa032758b817e1bb2c1d7d | [log] [tgz] |
---|---|---|
author | admin <devnull@localhost> | Thu Sep 28 17:13:38 2006 +0000 |
committer | admin <devnull@localhost> | Thu Sep 28 17:13:38 2006 +0000 |
tree | 0f88961293c374d2f6da29856466b75ce319e119 | |
parent | e721cc7c81af84dcabce2992fa693ce36b605a19 [diff] [blame] |
diff --git a/system/database/DB_driver.php b/system/database/DB_driver.php index d25135e..94db84b 100644 --- a/system/database/DB_driver.php +++ b/system/database/DB_driver.php
@@ -726,8 +726,8 @@ } else { - $args = (func_num_args() > 1) ? array_shift(func_get_args()) : null; - + $args = (func_num_args() > 1) ? array_splice(func_get_args(), 1) : null; + return call_user_func_array($function, $args); } }