|
|
@ -5,18 +5,6 @@ $header = "";
|
|
|
|
include ("./inc/header.php");
|
|
|
|
include ("./inc/header.php");
|
|
|
|
include ("./inc/funktion_user.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 "<br><a href=\"". $url. substr($ENGEL_ROOT, 1).
|
|
|
|
|
|
|
|
"nonpublic/messages.php\">". Get_Text("pub_messages_new1").
|
|
|
|
|
|
|
|
" ". mysql_num_rows( $erg ). " ".
|
|
|
|
|
|
|
|
Get_Text("pub_messages_new2"). "</a><br><br>";
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
If( !isset($_GET["action"]) )
|
|
|
|
If( !isset($_GET["action"]) )
|
|
|
|
$_GET["action"] = "start";
|
|
|
|
$_GET["action"] = "start";
|
|
|
|
|
|
|
|
|
|
|
|