From f53f4bf0c64ef14cfac882a98e3f6a2cd883c973 Mon Sep 17 00:00:00 2001 From: cookie Date: Tue, 29 Nov 2005 23:54:01 +0000 Subject: bugfix (unnoetiger teil entfernt git-svn-id: svn://svn.cccv.de/engel-system@98 29ba0400-6e00-0410-a75a-ca02368028f8 --- www-ssl/nonpublic/messages.php | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'www-ssl/nonpublic/messages.php') 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"; -- cgit v1.2.3-54-g00ecf