Ver código fonte

fixed variable name

development
mauirixxx 8 anos atrás
pai
commit
596b715c52
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      gw-record.php

+ 1
- 1
gw-record.php Ver arquivo

@@ -6,7 +6,7 @@ if ($con->connect_errno > 0){
die ('Unable to connect to database [' . $db->connect_errno . ']');
}
$sqlweapattr = "SELECT * FROM `listattribute` ORDER BY `weapattrid` ASC";
if (!$result = $con->query($sql)){
if (!$result = $con->query($sqlweapattr)){
die ('There was an error running the query [' . $con->error . ']');
}
echo '<SELECT NAME="attribute">';


Carregando…
Cancelar
Salvar