Erreur sur l'id lors de la suppression

This commit is contained in:
Rodolphe Quiedeville 2003-05-26 15:17:02 +00:00
parent a3413a5306
commit b01f935e4b

View File

@ -181,7 +181,7 @@ else
if ($action == 'delete')
{
print '<form method="post" action="'.$PHP_SELF.'?rowid='.$rowid.'">';
print '<form method="post" action="'.$PHP_SELF.'?id='.$id.'">';
print '<input type="hidden" name="action" value="confirm_delete">';
print '<table cellspacing="0" border="1" width="100%" cellpadding="3">';