diff --git a/www-ssl/nonpublic/messages.php b/www-ssl/nonpublic/messages.php index 0a444426..596dbe86 100755 --- a/www-ssl/nonpublic/messages.php +++ b/www-ssl/nonpublic/messages.php @@ -5,18 +5,6 @@ $header = ""; include ("./inc/header.php"); include ("./inc/funktion_user.php"); -if( $_SESSION['CVS']["nonpublic/messages.php"] == "Y") -{ - $SQL = "SELECT `Datum` FROM `Messages` WHERE `RUID`=". $_SESSION["UID"]. " AND `isRead`='N'"; - $erg = mysql_query($SQL, $con); - if( mysql_num_rows( $erg ) > 0 ) - echo "
". Get_Text("pub_messages_new1"). - " ". mysql_num_rows( $erg ). " ". - Get_Text("pub_messages_new2"). "

"; -} - - If( !isset($_GET["action"]) ) $_GET["action"] = "start";