Sfoglia il codice sorgente

removed reminder

development
mauirixxx 8 anni fa
parent
commit
b269034176
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. +0
    -1
      gw-pull.php

+ 0
- 1
gw-pull.php Vedi File

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


Caricamento…
Annulla
Salva