Moving Friday to end of function declaration to maintain backward compatibility

This commit is contained in:
Ahmad Hadeed 2021-04-09 20:49:39 +03:00
parent f2f2aed6cd
commit 937fe333f1

View File

@ -672,7 +672,7 @@ function getGMTEasterDatetime($year)
* @return int|string Number of non working days or error message string if error * @return int|string Number of non working days or error message string if error
* @see num_between_day(), num_open_day() * @see num_between_day(), num_open_day()
*/ */
function num_public_holiday($timestampStart, $timestampEnd, $country_code = '', $lastday = 0, $includefriday = -1, $includesaturday = -1, $includesunday = -1) function num_public_holiday($timestampStart, $timestampEnd, $country_code = '', $lastday = 0, $includesaturday = -1, $includesunday = -1, $includefriday = -1)
{ {
global $db, $conf, $mysoc; global $db, $conf, $mysoc;