fix var init
git-svn-id: svn://svn.cccv.de/engel-system@59 29ba0400-6e00-0410-a75a-ca02368028f8
This commit is contained in:
parent
01b586b92a
commit
87f91a37f4
|
@ -71,7 +71,8 @@ else
|
|||
}
|
||||
|
||||
include ("./inc/header.php");
|
||||
echo "<h2>". Get_Text($ErrorText). "</h2><br>\n";
|
||||
if( isset($ErrorText)
|
||||
echo "<h2>". Get_Text($ErrorText). "</h2><br>\n";
|
||||
include ("./inc/login_eingabefeld.php");
|
||||
include ("./inc/footer.php");
|
||||
|
||||
|
|
|
@ -66,7 +66,7 @@ $dis_rows = round (($rows / $DISPLAY_NEWS)+0.5);
|
|||
Print_Text(5);
|
||||
|
||||
for ($i=1; $i <= $dis_rows; $i++) {
|
||||
if (!((($i * $DISPLAY_NEWS) - $news_begin) == $DISPLAY_NEWS)) {
|
||||
if (!((($i * $DISPLAY_NEWS) - $_GET["news_begin"]) == $DISPLAY_NEWS)) {
|
||||
echo "<a href=\"./news.php?news_begin=".(($i*$DISPLAY_NEWS) - $DISPLAY_NEWS)."\">$i</a> ";
|
||||
} else {
|
||||
echo "$i ";
|
||||
|
|
Loading…
Reference in New Issue