Admin Panel Formulare, Events Formular Fremdschlüssel-Spalte hinzugefügt
This commit is contained in:
@@ -15,6 +15,7 @@ foreach(srowforeach("SELECT * from `ritzenbergen-events`",[]) as $key => $value)
|
||||
$minitext=$value[5];
|
||||
$link=$value[6];
|
||||
$foto=$value[7];
|
||||
$formular=$value[8];
|
||||
array_push($result,[
|
||||
"id" => $id,
|
||||
"eventname" => $eventname,
|
||||
@@ -23,7 +24,8 @@ foreach(srowforeach("SELECT * from `ritzenbergen-events`",[]) as $key => $value)
|
||||
"content" => $content,
|
||||
"link" => $link,
|
||||
"foto" => $foto,
|
||||
"minitext" => $minitext
|
||||
"minitext" => $minitext,
|
||||
"formular" => $formular
|
||||
]);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user