Skip to content

Commit

Permalink
Fix issue returning the same session multiple times in SessionManager…
Browse files Browse the repository at this point in the history
…::get_sessions_list() - refs BT#11040
  • Loading branch information
ywarnier committed Jul 7, 2016
1 parent 995e8b5 commit 6b02540
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/inc/lib/sessionmanager.lib.php
Expand Up @@ -2628,7 +2628,7 @@ public static function get_sessions_list($conditions = array(), $order_by = arra
$return_array = array();

$sql_query = " SELECT
s.id,
DISTINCT(s.id),
s.name,
s.nbr_courses,
s.access_start_date,
Expand Down

0 comments on commit 6b02540

Please sign in to comment.