瀏覽代碼

forgot to change a variable

development
mauirixxx 8 年之前
父節點
當前提交
09d997a355
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      gw-record.php

+ 1
- 1
gw-record.php 查看文件

@@ -13,7 +13,7 @@ if (!$result = $con->query($sqlweapattr)){
}
echo ' At <insert location SQL code here> a/an ';
$sqlweapreq = "SELECT * FROM `listreq` ORDER BY `req` ASC";
if (!$result = $con->query($sqlweaprare)){
if (!$result = $con->query($sqlweapreq)){
die ('There was an error running the query [' . $con->error . ']');
}
echo '<SELECT NAME="requirement">';


Loading…
取消
儲存