Code Duplication    Length = 5-6 lines in 2 locations

programs/vacuser.php 2 locations

@@ 3033-3038 (lines=6) @@
3030
			$babBody->addError(absences_translate("Access denied, this request is not modifiable"));
3031
			return false;
3032
		}
3033
		else
3034
		{
3035
			absences_viewVacationCalendar(array($id_user), true, true, bab_rp('nbmonth', 12), false);
3036
			period($id_user, $_REQUEST['id']);
3037
			return true;
3038
		}
3039
	}
3040
	else
3041
	{
@@ 3107-3111 (lines=5) @@
3104
		}
3105
		
3106
	
3107
		if (bab_vacRequestCreate($id_user)) {
3108
			absences_viewVacationCalendar(array($id_user), true, true, bab_rp('nbmonth', 12), false);
3109
			period($id_user);
3110
			return true;
3111
		}
3112
	}
3113
	
3114
	$babBody->addError(absences_translate("Access denied, no access to create a request"));