summaryrefslogtreecommitdiff
path: root/www-ssl/admin/user.php
diff options
context:
space:
mode:
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