소스 검색

removed unused variable

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

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

@@ -4,7 +4,6 @@
session_start();
include_once 'gw-connect.php';
$con = new mysqli(DATABASE_HOST, DATABASE_USER, DATABASE_PASS, DATABASE_NAME);
//$toonid = mysqli_real_escape_string($con, $_POST['playerid']); //enable this after character selection is working
$toonid = $_SESSION['playerid'];
$location = mysqli_real_escape_string($con, $_POST['locationid']);
$whatdropped = mysqli_real_escape_string($con, $_POST['gwdrop']);


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