Oops wrong spaces.
[platal.git] / classes / xdb.php
index 8df9495..dd23938 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /***************************************************************************
- *  Copyright (C) 2003-2010 Polytechnique.org                              *
+ *  Copyright (C) 2003-2011 Polytechnique.org                              *
  *  http://opensource.polytechnique.org/                                   *
  *                                                                         *
  *  This program is free software; you can redistribute it and/or modify   *
@@ -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()