projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
39ed4e2
)
Fix addLock() function signature
author
Chuck Hagenbuch
<chuck@horde.org>
Sun, 30 May 2010 14:06:05 +0000
(10:06 -0400)
committer
Chuck Hagenbuch
<chuck@horde.org>
Sun, 30 May 2010 14:06:05 +0000
(10:06 -0400)
framework/Db/lib/Horde/Db/Adapter/Pdo/Sqlite.php
patch
|
blob
|
history
diff --git
a/framework/Db/lib/Horde/Db/Adapter/Pdo/Sqlite.php
b/framework/Db/lib/Horde/Db/Adapter/Pdo/Sqlite.php
index
d86422b
..
3dd66b2
100644
(file)
--- a/
framework/Db/lib/Horde/Db/Adapter/Pdo/Sqlite.php
+++ b/
framework/Db/lib/Horde/Db/Adapter/Pdo/Sqlite.php
@@
-148,7
+148,7
@@
class Horde_Db_Adapter_Pdo_Sqlite extends Horde_Db_Adapter_Pdo_Base
/**
* SELECT ... FOR UPDATE is redundant since the table is locked.
*/
- public function addLock(&$sql, $options = array())
+ public function addLock(&$sql,
array
$options = array())
{
}