Yeah, it takes the current year minus the birth year as age.
Have to update this for 7.3 anyway for usercolorcoding, will fix this too.
edit:
change line:
if ($config['AGE_WITH_BIRTHDAYS'] && !$coppauser) {
into:
if ($config['AGE_WITH_BIRTHDAYS'] && !$coppauser && $byear ) {