Code Duplication    Length = 5-6 lines in 2 locations

programs/vacuser.php 2 locations

@@ 2983-2988 (lines=6) @@
2980
			$babBody->addError(absences_translate("Access denied, this request is not modifiable"));
2981
			return false;
2982
		}
2983
		else
2984
		{
2985
			absences_viewVacationCalendar(array($id_user), true, true, bab_rp('nbmonth', 12), false);
2986
			period($id_user, $_REQUEST['id']);
2987
			return true;
2988
		}
2989
	}
2990
	else
2991
	{
@@ 3057-3061 (lines=5) @@
3054
		}
3055
		
3056
	
3057
		if (bab_vacRequestCreate($id_user)) {
3058
			absences_viewVacationCalendar(array($id_user), true, true, bab_rp('nbmonth', 12), false);
3059
			period($id_user);
3060
			return true;
3061
		}
3062
	}
3063
	
3064
	$babBody->addError(absences_translate("Access denied, no access to create a request"));