Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

subscriberGetByEmail #64

Open
andresclements opened this issue Mar 13, 2018 · 3 comments
Open

subscriberGetByEmail #64

andresclements opened this issue Mar 13, 2018 · 3 comments

Comments

@andresclements
Copy link

andresclements commented Mar 13, 2018

Common::select('Subscriber', 'SELECT * FROM ' . $GLOBALS['tables']['user'] . " WHERE email = :email;", $params, true); at ~105 in subscribers.php doesn't work.

@andresclements
Copy link
Author

red herring, its an error in the example code actually

@michield
Copy link
Member

So, you're saying, it's not an error?

@reetp
Copy link

reetp commented Jan 5, 2024

I think I stumbled on this today. Noting for others who struggle.

phpListRESTApiClient.php

has this function

public function subscriberFindByEmail

Which confusingly calls:

$result = $this->callAPI('subscriberGetByEmail', $params);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants