git-svn-id: svn://svn.cccv.de/engel-system@199 29ba0400-6e00-0410-a75a-ca02368028f8
This commit is contained in:
cookie 2006-12-04 21:41:40 +00:00
parent a52ee4a288
commit 891fdf5f73
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ case "edit":
echo "\t\tFehlerhafter Aufruf...<br>Bitte die Bearbeitung nochmals beginnen :)\n";
else
{
$SQL = "SELECT * FROM `Questions` WHERE `QID`=`". $_GET["QID"]. "'";
$SQL = "SELECT * FROM `Questions` WHERE `QID`='". $_GET["QID"]. "'";
$Erg = mysql_query($SQL, $con);
echo "\t\t<form action=\"./faq.php\" method=\"GET\">\n";
echo "\t\tAnfrage von <b>". UID2NICK(mysql_result($Erg, 0, "UID")). "</b>:<br>\n";