1
0
Fork 0

debuggage

This commit is contained in:
Daniel Tartavel 2019-11-30 00:30:43 +01:00
parent 431e2b532a
commit 3196bc492a
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@ $doldb->query("SELECT login, firstname, lastname, pass_crypted, fk_adherent_type
while ($user = $doldb->result->fetch_assoc())
{
//$flag+=1;
if ($user["fk_user_valid"] == null) $user["fk_user_valid"] = 0;
$ncdb->query("SELECT uid FROM oc_accounts WHERE uid='" . $user["login"] . "'");
echo "login:" . ($user["login"]) . EOL;
if ( $ncdb->result->num_rows != 0 )