From 8dc735eaa147d6215573ec9f0af3661b51df4d44 Mon Sep 17 00:00:00 2001 From: Gunnar Wrobel Date: Tue, 5 Oct 2010 19:24:24 +0200 Subject: [PATCH] Adapt to the method definition in Horde_Db_Adapter_Base_Schema --- framework/Db/lib/Horde/Db/Adapter/Mssql/Schema.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/Db/lib/Horde/Db/Adapter/Mssql/Schema.php b/framework/Db/lib/Horde/Db/Adapter/Mssql/Schema.php index 611e76139..5406d5698 100644 --- a/framework/Db/lib/Horde/Db/Adapter/Mssql/Schema.php +++ b/framework/Db/lib/Horde/Db/Adapter/Mssql/Schema.php @@ -67,7 +67,7 @@ class Horde_Db_Adapter_Mssql_Schema extends Horde_Db_Adapter_Base_Schema /** */ - public function tables() + public function tables($name = null) { return 'SELECT name FROM sysobjects WHERE type = \'U\' ORDER BY name'; } -- 2.11.0