From b0c231358b7dfc89932cf7fb8cf78ad38c0ad040 Mon Sep 17 00:00:00 2001 From: mauirixxx Date: Tue, 23 May 2017 20:00:31 -1000 Subject: [PATCH] reminder note --- gw-pull.php | 1 + 1 file changed, 1 insertion(+) 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']; } }