Ver a proveniência

forgot to change a variable

development
mauirixxx há 8 anos
ascendente
cometimento
09d997a355
1 ficheiros alterados com 1 adições e 1 eliminações
  1. +1
    -1
      gw-record.php

+ 1
- 1
gw-record.php Ver ficheiro

@@ -13,7 +13,7 @@ if (!$result = $con->query($sqlweapattr)){
}
echo ' At <insert location SQL code here> a/an ';
$sqlweapreq = "SELECT * FROM `listreq` ORDER BY `req` ASC";
if (!$result = $con->query($sqlweaprare)){
if (!$result = $con->query($sqlweapreq)){
die ('There was an error running the query [' . $con->error . ']');
}
echo '<SELECT NAME="requirement">';


Carregando…
Cancelar
Guardar