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

User Query SQL syntax error #513

Open
moise opened this issue Dec 16, 2015 · 0 comments
Open

User Query SQL syntax error #513

moise opened this issue Dec 16, 2015 · 0 comments

Comments

@moise
Copy link

moise commented Dec 16, 2015

Hello,
this line of code:

$query->query_where = " AND 1=0";

on query-user.php line 17
generate this error:

You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'AND 1=0 ORDER BY user_login ASC' at line 1

overwritten with:

$query->query_where = " WHERE 1=0";

hope can be fixed soon :)

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

1 participant