Commit a99afadc authored by Nico Schallehn's avatar Nico Schallehn

test

parent e828ade7
......@@ -15,8 +15,8 @@ function jsonCacheDecoder($url){
return json_decode(file_get_contents($CacheFolderName.$filename), true);
}
function TableRowRights($Api, $Key = null, $Data = null){
$ret = '<tr>'.
'<form method="POST"><td><input type="text" value="'.$Data["from"].'" name="from"></td> <td><input type="text" value="'.$Data["to"].'" name="to"></td>';
$ret = '<form action="index.php?action=rechte" method="post"><tr>'.
'<td><input type="text" value="'.$Data["from"].'" name="from"></td> <td><input type="text" value="'.$Data["to"].'" name="to"></td>';
$Api->SpaltenFilme;
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