Our convention says if(-else) blocks should not be put in one line
[mailer.git] / inc / functions.php
index 944d0281ee1c328c72142c28e21758554711eb7c..740dccbd1b16e3fce38a15ff94224465a0662e8f 100644 (file)
@@ -1623,7 +1623,10 @@ function changeDataInFile ($FQFN, $comment, $prefix, $suffix, $DATA, $seek=0) {
                                        // Read from source file
                                        $line = fgets ($fp, 1024);
 
-                                       if (strpos($line, $search) > -1) { $next = '0'; $found = true; }
+                                       if (strpos($line, $search) > -1) { 
+                                               $next = '0';
+                                               $found = true;
+                                       } // END - if
 
                                        if ($next > -1) {
                                                if ($next === $seek) {