Explorar el Código

removed reminder

development
mauirixxx hace 8 años
padre
commit
b269034176
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. +0
    -1
      gw-pull.php

+ 0
- 1
gw-pull.php Ver fichero

@@ -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)){


Cargando…
Cancelar
Guardar