Skip to content
This repository has been archived by the owner on Nov 27, 2018. It is now read-only.

Commit

Permalink
Merge pull request #5 from ppfeufer/patch-1
Browse files Browse the repository at this point in the history
Unexpected End of Line fixed
  • Loading branch information
whinis committed Dec 19, 2015
2 parents e0c8a77 + 2e29b96 commit 4b57be6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions update.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ function import_sql($filename,$mysql) {
if(defined("DEBUG"))
echo("MYSQL Error: " . $mysql->error ."<Br><br>in query: $query");
else
echo("MYSQL Error: " . $mysql->error;
echo("MYSQL Error: " . $mysql->error);

$query = "";
$queries++;
Expand Down Expand Up @@ -161,4 +161,4 @@ function loadXMLDoc(i)
}
echo "</table>";
echo "<input type='button' value='Go to Main Page' onclick='window.location = \"index.php\"' style='display:none;' id='button'></input>";
}
}

0 comments on commit 4b57be6

Please sign in to comment.