This commit is contained in:
Rodolphe Quiedeville 2003-07-07 16:47:37 +00:00
parent 2d12329865
commit c2a190e813

View File

@ -80,13 +80,9 @@ if ($action == 'add')
*/ */
if ($id) if ($id)
{ {
propale_pdf_create($db, $id); propale_pdf_create($db, $id, $HTTP_POST_VARS["modelpdf"]);
$propalid = $id; $propalid = $id;
} }
else
{
print $db->error();
}
} }
if ($action == 'pdf') if ($action == 'pdf')