hmt %!s(int64=5) %!d(string=hai) anos
pai
achega
72113a8aac
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Allg Fotoliste.html

+ 1 - 1
Allg Fotoliste.html

@@ -26,7 +26,7 @@
   const mysql = R('mysql')
   var connection = mysql.createConnection(knexConfig.connection)
   connection.connect()
-  connection.query({
+  $: connection.query({
     sql: 'SELECT Foto, Schueler_ID FROM `schuelerfotos` WHERE `Schueler_ID` IN (?)',
     values: [schueler.map(s => s.ID)]},
     (e, res) => schueler = mergeById(schueler, res))