EKG channel breaks process_channel_setseeg.m

Hi- If there is a channel named EKG, this prevents process_channel_setseeg.m from working. For some reason, it includes any channel in the set {'EEG, SEEG, ECOG, ECG, EKG'} when it calls channel_find at line 90.

If I change line 90 to

iEEG = channel_find(ChannelMat.Channel, 'EEG,SEEG,ECOG');

I get the desired behavior. Can someone explain why ECG/EKG are included at line 90?

Aaron