bugfix (unnoetiger teil entfernt
git-svn-id: svn://svn.cccv.de/engel-system@98 29ba0400-6e00-0410-a75a-ca02368028f8
This commit is contained in:
parent
6f6224d0a7
commit
f53f4bf0c6
|
@ -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";
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue