Subversion Repositories Applications.gtt

Compare Revisions

Ignore whitespace Rev 187 → Rev 188

/trunk/actions/GttCtrlActionGestion.class.php
330,7 → 330,7
$abscences_a_supprimer = $tab_a;
//echo '<pre>'.print_r($_POST['ab'], true).'</pre>';
if (isset($_POST['ab'])) {
echo '<pre>'.print_r($_POST['ab'], true).'</pre>';
//echo '<pre>'.print_r($_POST['ab'], true).'</pre>';
foreach($_POST['ab'] as $num_j => $tab_ab_id_duree) {
if (isset($tab_ab_id_duree)) {
list($ab_id, $ab_duree) = explode(':', $tab_ab_id_duree);