summaryrefslogtreecommitdiff
path: root/www-ssl
diff options
context:
space:
mode:
authorcookie <cookie@29ba0400-6e00-0410-a75a-ca02368028f8>2005-11-29 23:54:01 +0000
committercookie <cookie@29ba0400-6e00-0410-a75a-ca02368028f8>2005-11-29 23:54:01 +0000
commitf53f4bf0c64ef14cfac882a98e3f6a2cd883c973 (patch)
tree53efa6f69b8903205fcf67935be69e5ba1cc62f1 /www-ssl
parent6f6224d0a7c579e4cb3f4ec204241598de8eeec3 (diff)
bugfix (unnoetiger teil entfernt
git-svn-id: svn://svn.cccv.de/engel-system@98 29ba0400-6e00-0410-a75a-ca02368028f8
Diffstat (limited to 'www-ssl')
-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";