From: Gunnar Wrobel
Date: Fri, 19 Mar 2010 06:20:37 +0000 (+0100) Subject: Add basic class if PEAR-DB is missing. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=48933a992a6162dfa5724e084f0c54ee8224b928;p=horde.git Add basic class if PEAR-DB is missing. --- diff --git a/framework/History/test/Horde/History/InterfaceTest.php b/framework/History/test/Horde/History/InterfaceTest.php index fabca8863..56ba76879 100644 --- 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. *