mc12345678 / EasyPopulate-4.0

Data import and export module for Zencart 1.3.x and 1.5.x
GNU General Public License v2.0
10 stars 8 forks source link

Fix some strange symbols #49

Closed Zen4All closed 5 years ago

Zen4All commented 5 years ago

There were som strange symbols instead of spaces, giving an error on my system.


This change is Reviewable

mc12345678 commented 5 years ago

Finally found a way to see the issue. Downloaded a copy of the zip file, opened it in wordpad and before the if statement found this:         Â. Unusual, but somehow that character got introduced into the code. My guess is that it has/had something to do with a copy and paste at some point. I can't see the characters via GitHub in just review of the code.

I'm going to accept this commit based on the report that it resolved the issue and I don't see any change of concern in the code itself.

Zen4All commented 5 years ago

Also a good/easy way to find those kind of characters is to use notepad++ and set view Non printable characters to true. In my case netbeans told me exactly which line of code to look for

Keep up the good work :thumbsup: