Ver a proveniência

ugh sql table name change again

development
mauirixxx há 7 anos
committed by GitHub
ascendente
cometimento
b4a0f61e57
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados ID da chave GPG: 4AEE18F83AFDEB23
1 ficheiros alterados com 2 adições e 2 eliminações
  1. +2
    -2
      gw-record.php

+ 2
- 2
gw-record.php Ver ficheiro

@@ -18,7 +18,7 @@ if ($con->connect_errno > 0){
}
echo '<STYLE TYPE="TEXT/CSS" MEDIA="SCREEN">body { background-color: ' . $profcolor . '; }</STYLE>';
echo '<CENTER>At ';
$sqlmaplocation = "SELECT * FROM `treasurelocation` WHERE `treasureid` = $location";
$sqlmaplocation = "SELECT * FROM `treasuredata` WHERE `treasureid` = $location";
if (!$result = $con->query($sqlmaplocation)){
die ('There was an error running the query [' . $con->error . ']');
}
@@ -152,4 +152,4 @@ if ($whatdropped == "1"){
<!-- really need to make a footer page for this -->
<BR /><BR /><CENTER><FORM METHOD="POST" ACTION="gw-logout.php"><INPUT TYPE="HIDDEN" NAME="logout"><INPUT TYPE="SUBMIT" VALUE="Logout"></FORM></CENTER>
</BODY>
</HTML>
</HTML>

Carregando…
Cancelar
Guardar