projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
769b289
)
Do not type-hint these as a DB_Error is also possible and will cause a fatal error.
author
Gunnar Wrobel
<p@rdus.de>
Tue, 27 Apr 2010 07:00:08 +0000
(09:00 +0200)
committer
Gunnar Wrobel
<p@rdus.de>
Tue, 27 Apr 2010 07:00:08 +0000
(09:00 +0200)
framework/History/lib/Horde/History/Sql.php
patch
|
blob
|
history
diff --git
a/framework/History/lib/Horde/History/Sql.php
b/framework/History/lib/Horde/History/Sql.php
index
e97cede
..
0ea12e8
100644
(file)
--- a/
framework/History/lib/Horde/History/Sql.php
+++ b/
framework/History/lib/Horde/History/Sql.php
@@
-51,7
+51,7
@@
class Horde_History_Sql extends Horde_History
*
* @throws Horde_History_Exception
*/
- public function __construct(
DB_common
$db)
+ public function __construct($db)
{
$this->handleError($db);
$this->_write_db = $db;
@@
-66,7
+66,7
@@
class Horde_History_Sql extends Horde_History
*
* @throws Horde_History_Exception
*/
- public function setReadDb(
DB_common
$db)
+ public function setReadDb($db)
{
$this->handleError($db);
$this->_db = $db;