Suppression de l'action create deplacement dans la fiche

This commit is contained in:
Rodolphe Quiedeville 2004-07-21 14:06:40 +00:00
parent 616de0f52a
commit 3b3590c52b

View File

@ -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