projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
84cb426
)
Adapt to the method definition in Horde_Db_Adapter_Base_Schema
author
Gunnar Wrobel
<p@rdus.de>
Tue, 5 Oct 2010 17:24:24 +0000
(19:24 +0200)
committer
Gunnar Wrobel
<p@rdus.de>
Tue, 5 Oct 2010 17:24:24 +0000
(19:24 +0200)
framework/Db/lib/Horde/Db/Adapter/Mssql/Schema.php
patch
|
blob
|
history
diff --git
a/framework/Db/lib/Horde/Db/Adapter/Mssql/Schema.php
b/framework/Db/lib/Horde/Db/Adapter/Mssql/Schema.php
index
611e761
..
5406d56
100644
(file)
--- 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';
}