Skip to content

Commit

Permalink
Fix another SQL syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
dasistwas committed May 13, 2024
1 parent f76106d commit 89ba067
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wbreport/egusers/classes/output/egusers.php
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ public function __construct() {
LEFT JOIN (
SELECT uid.userid, uid.data AS pbl
FROM {user_info_data} uid
WHERE uif.fieldid = (SELECT uif.id
WHERE uid.fieldid = (SELECT uif.id
FROM {user_info_field} uif
WHERE uif.name LIKE '%PBL%'
LIMIT 1)
Expand Down

0 comments on commit 89ba067

Please sign in to comment.