|
|
|
@ -26,7 +26,7 @@ $nachrichten = mysql_query('SELECT * FROM ff11_news order by id DESC LIMIT 10');
|
|
|
|
|
$komments = mysql_fetch_assoc(mysql_query('SELECT count(id) as anzahl FROM ff11_komments WHERE news_id='.$row['id']));
|
|
|
|
|
$komments = $komments['anzahl'];
|
|
|
|
|
$text = htmlspecialchars($row['text']);
|
|
|
|
|
$link = $GLOBALS['server_url_long'].'/ag/index.php?as=news&id='.$row['id'].'';
|
|
|
|
|
$link = $GLOBALS['server_url_long'].'/index.php?as=news&id='.$row['id'].'';
|
|
|
|
|
$link = htmlentities($link);
|
|
|
|
|
|
|
|
|
|
?>
|
|
|
|
|