suppression du lien pour créer un projet

This commit is contained in:
Rodolphe Quiedeville 2003-08-29 18:29:37 +00:00
parent 3653140c89
commit 0f895aa36a

View File

@ -36,17 +36,13 @@ print_titre("Projets");
print '<table width="100%">'; print '<table width="100%">';
print '<tr>'; print '<tr>';
if($socidp && $user->societe_id == 0)
{
print '<td>[<a href="fiche.php3?socidp='.$socidp.'&action=create">Nouveau projet</a>]</td>';
}
print '</tr></table>'; print '</tr></table>';
/* /*
* Traitements des actions * Traitements des actions
* *
*/ */
if ($action == 'create') { if ($HTTP_POST_VARS["action"] == 'create') {
$pro = new Project($db); $pro = new Project($db);
$pro->socidp = $socidp; $pro->socidp = $socidp;