diff --git a/htdocs/projet/index.php b/htdocs/projet/index.php index 5cb1f73f2c0..61e7102c1a8 100644 --- a/htdocs/projet/index.php +++ b/htdocs/projet/index.php @@ -34,19 +34,6 @@ if ($user->societe_id > 0) llxHeader("","../"); print_titre("Projets"); -/* - * Traitements des actions - * - */ -if ($HTTP_POST_VARS["action"] == 'create') -{ - $pro = new Project($db); - $pro->socidp = $socidp; - $pro->ref = $ref; - $pro->title = $title; - $pro->create( $user->id); -} - /* * * Affichage