Sfoglia il codice sorgente

fix path

tags/v1.7
Nico Rey 3 anni fa
parent
commit
70294fbbdb
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      templates/webpanel/Model/Conn.php

+ 1
- 1
templates/webpanel/Model/Conn.php Vedi File

@@ -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();


Caricamento…
Annulla
Salva