Browse Source

removed reminder

development
mauirixxx 9 years ago
parent
commit
b269034176
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      gw-pull.php

+ 0
- 1
gw-pull.php View File

@@ -52,7 +52,6 @@ if (mysqli_num_rows($result) > 0) {
} }
echo ' named ' . $row['itemname']; echo ' named ' . $row['itemname'];
} else { } else {
//need to insert material linking code here
$matid = $row['material']; $matid = $row['material'];
$sqlmat = "SELECT material FROM materials WHERE materialid = $matid"; $sqlmat = "SELECT material FROM materials WHERE materialid = $matid";
if (!$resultmats = $con->query($sqlmat)){ if (!$resultmats = $con->query($sqlmat)){


Loading…
Cancel
Save