Ver a proveniência

trying something out

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

+ 1
- 1
gw-record.php Ver ficheiro

@@ -15,7 +15,7 @@ while ($row = $result->fetch_array()){
$weapattr = $row['weaponattribute'];
echo '<OPTION VALUE="' . $attrid . '">' . $weapattr . '</OPTION>';
}
echo '</SELECT><BR />';
echo '</SELECT>';
$sqlweaprare = "SELECT * FROM `listrarity` ORDER BY `rareid` ASC";
if (!$result = $con->query($sqlweaprare)){
die ('There was an error running the query [' . $con->error . ']');


Carregando…
Cancelar
Guardar