Code Duplication    Length = 5-6 lines in 2 locations

programs/vacuser.php 2 locations

@@ 2997-3002 (lines=6) @@
2994
			$babBody->addError(absences_translate("Access denied, this request is not modifiable"));
2995
			return false;
2996
		}
2997
		else
2998
		{
2999
			absences_viewVacationCalendar(array($id_user), true, true, bab_rp('nbmonth', 12), false);
3000
			period($id_user, $_REQUEST['id']);
3001
			return true;
3002
		}
3003
	}
3004
	else
3005
	{
@@ 3071-3075 (lines=5) @@
3068
		}
3069
		
3070
	
3071
		if (bab_vacRequestCreate($id_user)) {
3072
			absences_viewVacationCalendar(array($id_user), true, true, bab_rp('nbmonth', 12), false);
3073
			period($id_user);
3074
			return true;
3075
		}
3076
	}
3077
	
3078
	$babBody->addError(absences_translate("Access denied, no access to create a request"));