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))) {
//* DEBUG: */ echo $search."/<font color=\"red\">".htmlentities($line)."</font><br />\n";
$found = strpos($line, $search);
//* DEBUG: */ echo "FOUND: <font color=\"brown\">";
- var_dump($found);
+ //* DEBUG: */ var_dump($found);
//* DEBUG: */ echo "</font><br />\n";
if ($found !== false) $next = 0;
if ($next > -1) {