- Posts: 11
[Closed] error search return under Joomdle user tab
- Anthony Chung
- Topic Author
- Offline
- New Member
-
Less
More
13 years 5 months ago - 13 years 5 months ago #1
by Anthony Chung
[Closed] error search return under Joomdle user tab was created by Anthony Chung
The search return return error.
Solution is to change:
Moodle Joomdle file: /auth/joomdle/auth.php
Change line 3009 to
Missing double quotes for the querry.
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.
- Antonio Durán
-
- Offline
- Moderator
-
Less
More
- Posts: 7902
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.
This is solved for next release.
Please Log in or Create an account to join the conversation.