projects
/
platal.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
40b79bf
)
Returns transaction result.
author
Stéphane Jacob
<sj@m4x.org>
Fri, 15 Oct 2010 12:52:41 +0000
(14:52 +0200)
committer
Stéphane Jacob
<sj@m4x.org>
Fri, 15 Oct 2010 12:52:41 +0000
(14:52 +0200)
Signed-off-by: Stéphane Jacob <sj@m4x.org>
classes/xdb.php
patch
|
blob
|
blame
|
history
diff --git
a/classes/xdb.php
b/classes/xdb.php
index
8df9495
..
c991934
100644
(file)
--- a/
classes/xdb.php
+++ b/
classes/xdb.php
@@
-245,7
+245,7
@@
class XDB
{
$args = func_get_args();
$cb = array_shift($args);
- self::runTransactionV($cb, $args);
+
return
self::runTransactionV($cb, $args);
}
public static function iterator()