Browse Source

stupid misnamed variable

i always forget these
development
mauirixxx 8 years ago
parent
commit
10f54e31af
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      gw-toon.php

+ 1
- 1
gw-toon.php View File

@@ -28,7 +28,7 @@ if ($whattoon == "0"){
die ('There was an error running the query [' . $con->error . ']');
}
while ($row2 = $result2->fetch_array()){
$charactername = $row['charname'];
$charactername = $row2['charname'];
echo 'Character selected is: ' . $charactername . '';
}
echo '<CENTER><FORM METHOD="POST" ACTION="gw-action.php">';


Loading…
Cancel
Save