PHP Warning: Undefined array key "images_delimiter"

PHP Warning: Undefined array key "images_delimiter" in /app/functions/fn.exim.php on line 943

This warning appears when importing using Products (Deprecated) for each product in the import file. I’m not sure why because I am not importing images, just the following:

Product code, Price, Quantity, Language

BTW, I really hope CSC doesn’t get rid of this. It’s quick and easy to use instead of having to go through the setup in Advanced Import. :wink:

Edit: So it looks like Advanced import has an images delimiter but Products (Deprecated) does not.

Edit2: Will this work?
$args[$ak] = isset($options[$_opt]) ? $options[$_opt] : '///';