diff --git a/gw-pull.php b/gw-pull.php index dc2a609..dacc39f 100644 --- a/gw-pull.php +++ b/gw-pull.php @@ -1,7 +1,7 @@ connect_errno > 0){ die ('Unable to connect to database [' . $db->connect_errno . ']'); } @@ -20,7 +20,7 @@ if (mysqli_num_rows($result) > 0) { } else { echo 'a ' . $row['material'] . '!
'; } - } //add another else statement to cover RUNES here. or up there. + } } } else { echo 'no data to display for that character';