This commit is contained in:
the-djmaze 2022-05-28 23:44:39 +02:00
parent 51411d300a
commit 5c93adde3b

View file

@ -1423,6 +1423,8 @@ SQLITEINITIAL;
throw new \InvalidArgumentException('Empty Email argument');
}
$this->SyncDatabase();
$oStmt = $this->prepareAndExecute('SELECT id_user FROM rainloop_users WHERE rl_email = :rl_email',
array(
':rl_email' => array($sEmail, \PDO::PARAM_STR)