Fix unreleased regression on import
authoreileen <emcnaughton@wikimedia.org>
Wed, 14 Aug 2019 03:26:56 +0000 (15:26 +1200)
committereileen <emcnaughton@wikimedia.org>
Thu, 15 Aug 2019 22:19:42 +0000 (10:19 +1200)
commit86736b20466d0436054b257dfbc2b3b94d58caec
tree9be349b8f0c59b38f365007968a1da82f51c7293
parent86b0454ad12cc5c651a7f8893c978b14a504789c
Fix unreleased regression on import

https://github.com/civicrm/civicrm-core/commit/2adc819d0e59d71ffcf14c6799a379f108b07d60
made the code a little more readable but changed the indexing from 0-based to column based.

See https://pear.php.net/manual/en/package.database.db.db-common.setfetchmode.php

THis can be replicated by trying to update an existing mapping
CRM/Contact/Import/Parser.php