@@ -50,7 +50,7 @@ |
||
| 50 | 50 | } |
| 51 | 51 | $headcontent = file_get_contents('templates/' . getCurrentTemplate() . '/file.html'); |
| 52 | 52 | $template = new doT(); |
| 53 | - $dot = $template->template($headcontent, NULL); |
|
| 53 | + $dot = $template->template($headcontent, null); |
|
| 54 | 54 | echo($dot($data)); |
| 55 | 55 | ?><body> |
| 56 | 56 | <?php |
@@ -13,7 +13,7 @@ |
||
| 13 | 13 | |
| 14 | 14 | header('Content-Type: text/html;charset=utf-8'); |
| 15 | 15 | |
| 16 | -$idData = getURLParam('data', NULL); |
|
| 16 | +$idData = getURLParam('data', null); |
|
| 17 | 17 | $add = 'data=' . $idData . '&'; |
| 18 | 18 | if (!is_null (GetUrlParam (DB))) { |
| 19 | 19 | $add .= DB . '=' . GetUrlParam (DB) . '&'; |
@@ -51,7 +51,7 @@ |
||
| 51 | 51 | return; |
| 52 | 52 | } |
| 53 | 53 | |
| 54 | -$idData = getURLParam('data', NULL); |
|
| 54 | +$idData = getURLParam('data', null); |
|
| 55 | 55 | $add = 'data=' . $idData . '&'; |
| 56 | 56 | if (!is_null(GetUrlParam(DB))) { |
| 57 | 57 | $add .= DB . '=' . GetUrlParam(DB) . '&'; |