projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ebfb031
)
Add basic class if PEAR-DB is missing.
author
Gunnar Wrobel
<p@rdus.de>
Fri, 19 Mar 2010 06:20:37 +0000
(07:20 +0100)
committer
Gunnar Wrobel
<p@rdus.de>
Fri, 19 Mar 2010 06:20:37 +0000
(07:20 +0100)
framework/History/test/Horde/History/InterfaceTest.php
patch
|
blob
|
history
diff --git
a/framework/History/test/Horde/History/InterfaceTest.php
b/framework/History/test/Horde/History/InterfaceTest.php
index
fabca88
..
56ba768
100644
(file)
--- a/
framework/History/test/Horde/History/InterfaceTest.php
+++ b/
framework/History/test/Horde/History/InterfaceTest.php
@@
-534,6
+534,10
@@
EOL;
}
}
+if (!class_exists('DB_common')) {
+ class DB_common {}
+}
+
/**
* A dummy database connection producing nothing bot errors.
*