Code Duplication    Length = 5-6 lines in 2 locations

programs/vacuser.php 2 locations

@@ 2977-2982 (lines=6) @@
2974
			$babBody->addError(absences_translate("Access denied, this request is not modifiable"));
2975
			return false;
2976
		}
2977
		else
2978
		{
2979
			absences_viewVacationCalendar(array($id_user), true, true, bab_rp('nbmonth', 12), false);
2980
			period($id_user, $_REQUEST['id']);
2981
			return true;
2982
		}
2983
	}
2984
	else
2985
	{
@@ 3051-3055 (lines=5) @@
3048
		}
3049
		
3050
	
3051
		if (bab_vacRequestCreate($id_user)) {
3052
			absences_viewVacationCalendar(array($id_user), true, true, bab_rp('nbmonth', 12), false);
3053
			period($id_user);
3054
			return true;
3055
		}
3056
	}
3057
	
3058
	$babBody->addError(absences_translate("Access denied, no access to create a request"));