Returns transaction result.
authorStéphane Jacob <sj@m4x.org>
Fri, 15 Oct 2010 12:52:41 +0000 (14:52 +0200)
committerSté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

index 8df9495..c991934 100644 (file)
@@ -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()