mirror of
https://github.com/SabreTools/wizzardRedux.git
synced 2026-07-08 18:06:15 +00:00
Remove debugging stop
This commit is contained in:
@@ -603,9 +603,6 @@ ORDER BY ".
|
||||
($merged ? "checksums.size, checksums.crc, checksums.md5, checksums.sha1"
|
||||
: "systems.id, sources.id, games.name, files.name");
|
||||
$result = mysqli_query($link, $query);
|
||||
|
||||
var_dump($query, $result);
|
||||
die();
|
||||
|
||||
// If there are no games for this set of parameters, tell the user
|
||||
if (gettype($result) == "boolean" || mysqli_num_rows($result) == 0)
|
||||
|
||||
Reference in New Issue
Block a user