rewritten, variable errors fixed
[mailer.git] / inc / functions.php
index a930b877d89aab98b24aa25f652c571dde683bad..f353494c6dfd451aeb50a8a1e3dffcfbb00861bd 100644 (file)
@@ -2923,13 +2923,10 @@ function changeDataInFile ($FQFN, $comment, $prefix, $suffix, $DATA, $seek=0) {
                                // Copy back tmp file and delete tmp :-)
                                @copy($tmp, $FQFN);
                                @unlink($tmp);
-                               define('_FATAL', false);
                        } elseif (!$found) {
                                OUTPUT_HTML("<strong>CHANGE:</strong> 404!");
-                               define('_FATAL', true);
                        } else {
                                OUTPUT_HTML("<strong>TMP:</strong> UNDONE!");
-                               define('_FATAL', true);
                        }
                }
        } else {