Commit a99afadc authored by Nico Schallehn's avatar Nico Schallehn

test

parent e828ade7
...@@ -15,8 +15,8 @@ function jsonCacheDecoder($url){ ...@@ -15,8 +15,8 @@ function jsonCacheDecoder($url){
return json_decode(file_get_contents($CacheFolderName.$filename), true); return json_decode(file_get_contents($CacheFolderName.$filename), true);
} }
function TableRowRights($Api, $Key = null, $Data = null){ function TableRowRights($Api, $Key = null, $Data = null){
$ret = '<tr>'. $ret = '<form action="index.php?action=rechte" method="post"><tr>'.
'<form method="POST"><td><input type="text" value="'.$Data["from"].'" name="from"></td> <td><input type="text" value="'.$Data["to"].'" name="to"></td>'; '<td><input type="text" value="'.$Data["from"].'" name="from"></td> <td><input type="text" value="'.$Data["to"].'" name="to"></td>';
$Api->SpaltenFilme; $Api->SpaltenFilme;
foreach ($Api->SpaltenFilme as $value) { foreach ($Api->SpaltenFilme as $value) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment