interconnectit / Search-Replace-DB

This script was made to aid the process of migrating PHP and MySQL based websites. Works with most common CMSes.
https://interconnectit.com/products/search-and-replace-for-wordpress-databases/
GNU General Public License v3.0
3.99k stars 850 forks source link

fix continue 2 #381

Open ralfzosel opened 1 year ago

ralfzosel commented 1 year ago

I got the same error as described in issue #368. I read this note and simply added the number 2 after continue (except where VS Code marked that as an error). Disclaimer: PHP is not my favourite programming language and I don't know much about it. But I tested the changes and for me, it worked. Anyway, someone more knowledgable should check these.