Skip to content

Commit

Permalink
Update start.php
Browse files Browse the repository at this point in the history
  • Loading branch information
FDiskas authored Jan 31, 2018
1 parent 3492202 commit 859f828
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dievai/start.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
<?php
//tree
$data2 = '';
$data2 = [];
$res = mysql_query1( "SELECT * FROM `" . LENTELES_PRIESAGA . "page` WHERE `lang`=" . escape( lang() ) . " ORDER BY `place` ASC" );
foreach ( $res as $row ) {
if ( teises( $row['teises'], $_SESSION[SLAPTAS]['level'] ) ) {
Expand Down Expand Up @@ -117,4 +117,4 @@ function drawChart() {
<div style="clear:both;"></div>
HTM;
lentele( $lang['system']['control'], $text );
?>
?>

0 comments on commit 859f828

Please sign in to comment.