projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0d29af9
)
Fix parse error.
author
Jan Schneider
<jan@horde.org>
Wed, 24 Mar 2010 17:42:43 +0000
(18:42 +0100)
committer
Jan Schneider
<jan@horde.org>
Wed, 24 Mar 2010 17:42:43 +0000
(18:42 +0100)
wicked/lib/Driver/sql.php
patch
|
blob
|
history
diff --git
a/wicked/lib/Driver/sql.php
b/wicked/lib/Driver/sql.php
index
8c1e182
..
611eaca
100644
(file)
--- a/
wicked/lib/Driver/sql.php
+++ b/
wicked/lib/Driver/sql.php
@@
-435,7
+435,7
@@
class Wicked_Driver_sql extends Wicked_Driver {
' WHERE page_id = ?';
$params = array($pageId);
- Horde::logMessage('Wicked_Driver_sql::removeAllAttachments: ' . $sql, 'DEBUG')
+ Horde::logMessage('Wicked_Driver_sql::removeAllAttachments: ' . $sql, 'DEBUG')
;
$result = $this->_db->query($sql, $params);
if (is_a($result, 'PEAR_Error')) {