diff --git a/gw-pull.php b/gw-pull.php index 3707d16..16889f5 100644 --- a/gw-pull.php +++ b/gw-pull.php @@ -52,6 +52,7 @@ if (mysqli_num_rows($result) > 0) { } echo ' named ' . $row['itemname']; } else { + //need to insert material linking code here echo 'a ' . $row['material']; } }