Skip to content
Snippets Groups Projects
Commit 4a91476b authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Try cut and paste to solve pb on class project.

parent b810e6e5
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment