[Fusionforge-commits] FusionForge branch Branch_5_3 updated. 58750f0d1009832dd3ef824791c878e64572b7d9

Franck VILLAUME nerville at fusionforge.org
Sun Feb 9 13:49:03 CET 2014


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "FusionForge".

The branch, Branch_5_3 has been updated
       via  58750f0d1009832dd3ef824791c878e64572b7d9 (commit)
      from  a8093615fbf7005508b7d5d944ad374c538ca814 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 58750f0d1009832dd3ef824791c878e64572b7d9
Author: Franck Villaume <franck.villaume at trivialdev.com>
Date:   Sun Feb 9 13:48:29 2014 +0100

    frs: remove useless db_rollback

diff --git a/src/common/frs/include/frs_utils.php b/src/common/frs/include/frs_utils.php
index c184a58..8b01ae3 100644
--- a/src/common/frs/include/frs_utils.php
+++ b/src/common/frs/include/frs_utils.php
@@ -260,7 +260,6 @@ function frs_add_file_from_form ($release, $type_id, $processor_id, $release_dat
 			exit_error($frsf->getErrorMessage(),'frs');
 		} else {
 			if (!$frsf->create($fname,$infile,$type_id,$processor_id,$release_date)) {
-				db_rollback();
 				exit_error($frsf->getErrorMessage(),'frs');
 			}
 			return true ;

-----------------------------------------------------------------------

Summary of changes:
 src/common/frs/include/frs_utils.php |    1 -
 1 file changed, 1 deletion(-)


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list