Subversion Repositories Applications.papyrus

Compare Revisions

Ignore whitespace Rev 1572 → Rev 1573

/trunk/client/bottin/inscription.admin.php
125,7 → 125,11
$req = 'update inscription_template set ' .
'it_nom_template="'.$_POST['it_nom_template'].'",' .
'it_template="'.$_POST['it_template'].'" ' .
'where it_id_template="'.$_POST['id_template'].'"';
'where it_id_template="'.$_REQUEST['id_template'].'"'.
' and it_ce_inscription="'.$_REQUEST['id_inscription'].'"';
$GLOBALS['ins_db']->query($req);
}
}