summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xwww-ssl/nonpublic/messages.php12
1 files changed, 0 insertions, 12 deletions
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 "<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"]) )
$_GET["action"] = "start";