User: sits    
  Date: 08/02/21 17:10:44

  Modified:    lib/Codestriker/Action SubmitEditProject.pm
  Log:
  Removed old code which prevented project removal
  
  
  
  Index: SubmitEditProject.pm
  ===================================================================
  RCS file: 
/cvsroot/codestriker/codestriker/lib/Codestriker/Action/SubmitEditProject.pm,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- SubmitEditProject.pm      30 Sep 2004 22:33:18 -0000      1.6
  +++ SubmitEditProject.pm      22 Feb 2008 01:10:43 -0000      1.7
  @@ -41,11 +41,6 @@
        $http_response->error("Invalid project state: $project_state");
       }
   
  -    # Check if this action is allowed.
  -    if ($project_state eq "Deleted") {
  -     $http_response->error("This function has been disabled");
  -    }
  -
       # Check that the appropriate fields have been filled in.
       my $id = $http_input->get('projectid');
       my $name = $http_input->get('project_name');
  
  
  

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Codestriker-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/codestriker-commits

Reply via email to