projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fc8ddae
)
Skeleton: Typo
author
Ben Klang
<ben@alkaloid.net>
Mon, 17 May 2010 22:03:43 +0000
(18:03 -0400)
committer
Ben Klang
<ben@alkaloid.net>
Tue, 18 May 2010 01:01:26 +0000
(21:01 -0400)
skeleton/lib/Driver/Sql.php
patch
|
blob
|
history
diff --git
a/skeleton/lib/Driver/Sql.php
b/skeleton/lib/Driver/Sql.php
index
d8697bf
..
6ac8791
100644
(file)
--- a/
skeleton/lib/Driver/Sql.php
+++ b/
skeleton/lib/Driver/Sql.php
@@
-91,7
+91,7
@@
class Skeleton_Driver_Sql extends Skeleton_Driver
/* Execute the query. */
$result = $this->_db->query($query, $values);
- if (
is_a($result instanceof PEAR_Error)
) {
+ if (
$result instanceof PEAR_Error
) {
throw new Horde_Exception_Prior($result);
}