소스 검색

removed reminder

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

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

@@ -52,7 +52,6 @@ if (mysqli_num_rows($result) > 0) {
}
echo ' named ' . $row['itemname'];
} else {
//need to insert material linking code here
$matid = $row['material'];
$sqlmat = "SELECT material FROM materials WHERE materialid = $matid";
if (!$resultmats = $con->query($sqlmat)){


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