ソースを参照

fix path

tags/v1.7
Nico Rey 3年前
コミット
70294fbbdb
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      templates/webpanel/Model/Conn.php

+ 1
- 1
templates/webpanel/Model/Conn.php ファイルの表示

@@ -45,7 +45,7 @@
}
public function getEnhacements($id) {
$query = $this->con->prepare('SELECT daylight_pass, sat_type, img_count,
$query = $this->con->prepare('SELECT daylight_pass, sat_type, img_count
FROM decoded_passes WHERE id = ?;');
$query->bindValue(1, $id);
$result = $query->execute();


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