Subversion Repositories Applications.gtt

Rev

Rev 159 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 159 Rev 188
Line 328... Line 328...
328
		$cp_h_modif = 0;
328
		$cp_h_modif = 0;
329
		$hs_h_modif = 0;
329
		$hs_h_modif = 0;
330
		$abscences_a_supprimer = $tab_a;
330
		$abscences_a_supprimer = $tab_a;
331
		//echo '<pre>'.print_r($_POST['ab'], true).'</pre>';
331
		//echo '<pre>'.print_r($_POST['ab'], true).'</pre>';
332
		if (isset($_POST['ab'])) {
332
		if (isset($_POST['ab'])) {
333
			echo '<pre>'.print_r($_POST['ab'], true).'</pre>';
333
			//echo '<pre>'.print_r($_POST['ab'], true).'</pre>';
334
			foreach($_POST['ab'] as $num_j => $tab_ab_id_duree) {
334
			foreach($_POST['ab'] as $num_j => $tab_ab_id_duree) {
335
				if (isset($tab_ab_id_duree)) {
335
				if (isset($tab_ab_id_duree)) {
336
					list($ab_id, $ab_duree) = explode(':', $tab_ab_id_duree);
336
					list($ab_id, $ab_duree) = explode(':', $tab_ab_id_duree);
Line 337... Line 337...
337
 
337