소스 검색

added a space, remove unused line

development
mauirixxx 8 년 전
부모
커밋
a6289b5094
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. +1
    -2
      gw-pull.php

+ 1
- 2
gw-pull.php 파일 보기

@@ -44,9 +44,8 @@ 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'] ' ';
}
#echo ' ' . $row['itemtype']; //do I need this?
if (!$resultweap = $con->query($sqlweap)){
die ('There was an error running the query [' . $con->error . ']');
}


불러오는 중...
취소
저장