[Closed] error search return under Joomdle user tab

  • Anthony Chung
  • Topic Author
  • Offline
  • New Member
  • New Member
More
13 years 5 months ago - 13 years 5 months ago #1 by Anthony Chung
The search return return error.

Solution is to change:
Moodle Joomdle file: /auth/joomdle/auth.php
Change line 3009 to
Code:
AND((username like \"$search\") OR (email like \"$search\") OR (firstname like \"$search\") OR (lastname like \"$search\"))");

Missing double quotes for the querry.
Last edit: 13 years 5 months ago by Chris.

Please Log in or Create an account to join the conversation.

More
13 years 5 months ago #2 by Antonio Durán
Replied by Antonio Durán on topic error search return under Joomdle user tab
Thanks for the info.
This is solved for next release.

Please Log in or Create an account to join the conversation.