Skip to content

Commit 273c665

Browse files
committed
fix format
1 parent 6713aed commit 273c665

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

adminator2/platby-hot-vypis.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
require("include/check_login.php");
66
require("include/check_level.php");
77

8-
if(!(check_level($level, 44))) {
8+
if (!(check_level($level, 44))) {
99
// neni level
1010
$stranka = 'nolevelpage.php';
1111
header("Location: ".$stranka);
@@ -82,11 +82,11 @@
8282
echo "<div style=\"color: red; \" >Database Error: ". $e->getMessage() . "</div>";
8383
}
8484

85-
if(!$vyber) {
85+
if (!$vyber) {
8686
echo "<div style=\"color: red; \" >Chyba! Data nelze načíst! </div>";
8787
echo "<div style=\"color: red; \" >Error: No database handler.</div>";
8888
echo "<div style=\"color: red; \" >" . pg_last_error() . "</div>";
89-
} elseif(pg_num_rows($vyber) < 1) {
89+
} elseif (pg_num_rows($vyber) < 1) {
9090
echo "<div style=\"\" >zadne platby</div>";
9191
} else {
9292
// $listovani->listInterval(); //zobrazení stránkovače

0 commit comments

Comments
 (0)