fehler gefunden

This commit is contained in:
home
2020-07-18 20:16:15 +02:00
parent 5e085b0d0a
commit af7d76d9c8

View File

@@ -110,7 +110,7 @@ class SQL {
if ($data) {
$ret = array ();
foreach ( $data as $d ) {
$ret [$d ['k']] = $d ['v'];
$ret [$d [$k]] = $d [$v];
}
return $ret;
}