summaryrefslogtreecommitdiff
path: root/www-ssl/admin/user.php
diff options
context:
space:
mode:
authorcookie <cookie@29ba0400-6e00-0410-a75a-ca02368028f8>2006-04-16 20:11:08 +0000
committercookie <cookie@29ba0400-6e00-0410-a75a-ca02368028f8>2006-04-16 20:11:08 +0000
commit95f565691e7f8fb4b61db86e2ddd611f7275efab (patch)
tree69567cb59fcf072ee4f645f08c5fe61bac129f12 /www-ssl/admin/user.php
parent091e82cce268ee6e4b723ec3f522dc1c69e474b6 (diff)
log der changes implementiert v 0.01
git-svn-id: svn://svn.cccv.de/engel-system@114 29ba0400-6e00-0410-a75a-ca02368028f8
Diffstat (limited to 'www-ssl/admin/user.php')
-rwxr-xr-xwww-ssl/admin/user.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/www-ssl/admin/user.php b/www-ssl/admin/user.php
index 265b8288..cbe404d5 100755
--- a/www-ssl/admin/user.php
+++ b/www-ssl/admin/user.php
@@ -93,7 +93,7 @@ if (!IsSet($_GET["enterUID"]))
if( mysql_num_rows($Erg2)==0)
{
$SQL3 = "INSERT INTO `UserCVS` ( `UID`) VALUES ( '". mysql_result($Erg, $n, "UID"). "');";
- $Erg3 = mysql_query($SQL3, $con);
+ $Erg3 = db_query($SQL3, "admin/user.php auto CVS create");
if( $Erg3 )
echo "was create<br>\n";
else