git-svn-id: svn://svn.cccv.de/engel-system@224 29ba0400-6e00-0410-a75a-ca02368028f8
This commit is contained in:
cookie 2006-12-29 20:26:18 +00:00
parent b432f8d6c6
commit 91ce539857
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ else
$SQL = "SELECT * FROM `News` WHERE (`Datum`='". $_GET["date"]. "')";
$Erg = mysql_query($SQL, $con);
if( mysql_num_rows( $Erg)==1)
if( mysql_num_rows( $Erg)>0)
{
echo "<form action=\"./news.php\" method=\"GET\">\n";