From: Roland Häder Date: Tue, 6 May 2008 12:27:00 +0000 (+0000) Subject: Now fixed... *sigh* X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=commitdiff_plain;h=238d39b877a9c427d04614d628f443c1f64925fd Now fixed... *sigh* --- diff --git a/inc/install-inc.php b/inc/install-inc.php index 850d6fae7e..eb35e24475 100644 --- a/inc/install-inc.php +++ b/inc/install-inc.php @@ -45,7 +45,7 @@ if (ereg(basename(__FILE__), $_SERVER['PHP_SELF'])) { function install_WriteData ($file, $comment, $prefix, $suffix, $DATA, $sneak=0) { // Initialize all and count up the "seak" value $done = false; - $next = 0; + $next = -1; $sneak++; if ((file_exists($file)) && (is_readable($file))) { @@ -60,7 +60,7 @@ function install_WriteData ($file, $comment, $prefix, $suffix, $DATA, $sneak=0) //* DEBUG: */ echo $search."/".htmlentities($line)."
\n"; $found = strpos($line, $search); //* DEBUG: */ echo "FOUND: "; - var_dump($found); + //* DEBUG: */ var_dump($found); //* DEBUG: */ echo "
\n"; if ($found !== false) $next = 0; if ($next > -1) {