ソースを参照

moved space to proper place

development
mauirixxx 8年前
コミット
ad2f16a880
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      gw-pull.php

+ 1
- 1
gw-pull.php ファイルの表示

@@ -44,7 +44,7 @@ if (mysqli_num_rows($result) > 0) {
die ('There was an error running the query [' . $con->error . ']');
}
while ($row4 = $resultattr->fetch_array()){
echo $row4['weaponattribute'] . ' ';
echo ' ' . $row4['weaponattribute'];
}
if (!$resultweap = $con->query($sqlweap)){
die ('There was an error running the query [' . $con->error . ']');


読み込み中…
キャンセル
保存