Subversion Repositories Applications.gtt

Rev

Rev 122 | Rev 135 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 122 Rev 130
Line 177... Line 177...
177
					'date' => $aso_tps_w);
177
					'date' => $aso_tps_w);
Line 178... Line 178...
178
	
178
	
179
	
179
	
-
 
180
			}
-
 
181
		}
-
 
182
		// Trie par odre alphabétique des catégories...
180
			}
183
		ksort($aso_gestion['preferences']);
181
		}
184
		
182
		//+-------------------------------------------------------------------------------------------------+
185
		//+-------------------------------------------------------------------------------------------------+
183
		// GESTION DES ABSENCES
186
		// GESTION DES ABSENCES
184
		//+-------------------------------------------------------------------------------------------------+
187
		//+-------------------------------------------------------------------------------------------------+
Line 409... Line 412...
409
				$Utilisateur->diminuerQuotaHeuresSup($hs_h_modif);
412
				$Utilisateur->diminuerQuotaHeuresSup($hs_h_modif);
410
			}
413
			}
411
			if ($hs_h_modif < 0) {
414
			if ($hs_h_modif < 0) {
412
				$Utilisateur->augmenterQuotaHeuresSup($hs_h_modif);
415
				$Utilisateur->augmenterQuotaHeuresSup($hs_h_modif);
413
			}
416
			}
414
			$Utilisateur->modifier();
417
			//$Utilisateur->modifier();
415
		}
418
		}
Line 416... Line 419...
416
 
419
 
417
		// Gestion de la mise à jour des heures sup
420
		// Gestion de la mise à jour des heures sup
418
		foreach ($jours_w_semaine as $c => $j) {
421
		foreach ($jours_w_semaine as $c => $j) {