add logging^

git-svn-id: svn://svn.cccv.de/engel-system@122 29ba0400-6e00-0410-a75a-ca02368028f8
This commit is contained in:
cookie 2006-04-19 17:28:44 +00:00
parent 3fd2457cf5
commit 1b954ddea9
1 changed files with 2 additions and 2 deletions

View File

@ -76,8 +76,8 @@ for ($i=0; $i<$rowcount; $i++)
echo "show set";
else
{
$SQL2="UPDATE User SET Aktiv=1 WHERE UID=". mysql_result($Erg, $i, "UID"). " LIMIT 1";
$Erg2 = mysql_query($SQL2, $con);
$SQL2="UPDATE `User` SET Aktiv=1 WHERE UID=". mysql_result($Erg, $i, "UID"). " LIMIT 1";
$Erg2 = db_query($SQL2, "update Active State");
if ($Erg2 != 1)
echo "Fehler beim speichern bei Engel ".UID2Nick(mysql_result($Erg, $i, "UID"));
else