lat9 / dbio

Database Input/Output for Zen Cart
GNU General Public License v3.0
3 stars 1 forks source link

Blank-lines: Correct PHP Notice during import #143

Closed lat9 closed 5 years ago

lat9 commented 5 years ago

With the change for #140, now receiving PHP notices similar to:

--> PHP Warning: trim() expects parameter 1 to be string, array given in /home/my_store/public_html/xxxx/includes/classes/dbio/DbIoHandler.php on line 813.

since the $data element is an array.