From 4a91476be3f898b4a1df69cf555d60452bd482dc Mon Sep 17 00:00:00 2001
From: Laurent Destailleur <eldy@destailleur.fr>
Date: Thu, 28 Aug 2014 12:26:43 +0200
Subject: [PATCH] Try cut and paste to solve pb on class project.

---
 htdocs/projet/class/project.class.php | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/htdocs/projet/class/project.class.php b/htdocs/projet/class/project.class.php
index 7f8fd52c500..750c4531cb0 100644
--- a/htdocs/projet/class/project.class.php
+++ b/htdocs/projet/class/project.class.php
@@ -53,6 +53,7 @@ class Project extends CommonObject
     var $statuts;
     var $oldcopy;
 
+
     /**
      *  Constructor
      *
@@ -252,7 +253,7 @@ class Project extends CommonObject
                     $result = 1;
                 }
                 else
-                {
+              {
                     $this->db->rollback();
                     $result = -1;
                 }
-- 
GitLab