File: modifyuser.php
Line 140.
Space in "WHERE" is missing. It should be "WHERE ".
There's a semicolon inside the sql statement that needs to be removed for the query to succeed.
-J
Log in to post a comment.
File: modifyuser.php
Line 140.
Space in "WHERE" is missing. It should be "WHERE ".
There's a semicolon inside the sql statement that needs to be removed for the query to succeed.
-J