Explorar el Código

fix path

tags/v1.7
Nico Rey hace 3 años
padre
commit
70294fbbdb
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      templates/webpanel/Model/Conn.php

+ 1
- 1
templates/webpanel/Model/Conn.php Ver fichero

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


Cargando…
Cancelar
Guardar