4th parameter of <b>config_Write()</b> called <b>comment</b> and determine whenever setting will be prefixed by "#" in config file<br>All occurance of <b>config_Write() </b>except patched treat this parameter as "is value remains the same", but for strings we are passing value of 
<b>modified</b> variable which is logical inversion.<br>So it looks like we were writing string values, that was non-modified and commenting modified<br>