Explorar el Código

got rid of debug code

hah my "debug" code
development
mauirixxx hace 8 años
padre
commit
115fb7d056
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. +0
    -1
      gw-location.php

+ 0
- 1
gw-location.php Ver fichero

@@ -13,7 +13,6 @@ if (!$resultmap = $con->query($sqlmaploc)){
}
echo '<BODY><CENTER><FORM METHOD="POST" ACTION="gw-record.php">';
echo '<INPUT TYPE="HIDDEN" NAME="playerid" VALUE="' . $playerid . '">';
echo 'Current playerid is :' . $playerid . ' <BR />';
echo '<SELECT NAME="locationid" onchange="this.form.submit()">';
echo '<OPTION SELECTED DISABLED>Select a map location</OPTION>';
while ($rowmap = $resultmap->fetch_array()){


Cargando…
Cancelar
Guardar