Code Duplication    Length = 5-6 lines in 2 locations

programs/vacuser.php 2 locations

@@ 3050-3055 (lines=6) @@
3047
			$babBody->addError(absences_translate("Access denied, this request is not modifiable"));
3048
			return false;
3049
		}
3050
		else
3051
		{
3052
			absences_viewVacationCalendar(array($id_user), true, true, bab_rp('nbmonth', 12), false);
3053
			period($id_user, $_REQUEST['id']);
3054
			return true;
3055
		}
3056
	}
3057
	else
3058
	{
@@ 3124-3128 (lines=5) @@
3121
		}
3122
		
3123
	
3124
		if (bab_vacRequestCreate($id_user)) {
3125
			absences_viewVacationCalendar(array($id_user), true, true, bab_rp('nbmonth', 12), false);
3126
			period($id_user);
3127
			return true;
3128
		}
3129
	}
3130
	
3131
	$babBody->addError(absences_translate("Access denied, no access to create a request"));