Ver a proveniência

formatting hell

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

+ 1
- 1
gw-toon.php Ver ficheiro

@@ -9,6 +9,6 @@ if (!$result = $con->query($sql)){
die ('There was an error running the query [' . $con->error . ']');
}
while ($row = $result->fetch_array()){
echo 'Please select a character to continue' . $row['charname'];
echo 'Please select a character to continue: ' . $row['charname'] . '<BR />;
}
?>

Carregando…
Cancelar
Guardar