Closed OdyX closed 8 years ago
Right, well spotted, thanks for sharing.
Hi!
Line 612 in the lib.php file
$select .= ' RIGHT JOIN '.$CFG->prefix.'user_info_data d'.$join_id.' ON d'.$join_id.'.userid = u.id';
There is another $CFG->prefix that could be removed.
This partially reverts commit a0b78bd7b3d417dcf08b218690150f0fa9301d3d.
Hi there Nicolas,
$CFG->prefix
should not be hardcoded, the{bracket}
syntax for tables is better.