View | Details | Raw Unified | Return to bug 14184
Collapse All | Expand All

(-)a/C4/CourseReserves.pm (-1 / +1 lines)
Lines 1052-1057 sub SearchCourses { Link Here
1052
        GROUP BY c.course_id
1052
        GROUP BY c.course_id
1053
    ";
1053
    ";
1054
1054
1055
    $term //= '';
1055
    $term   = "%$term%";
1056
    $term   = "%$term%";
1056
    @params = ($term) x 10;
1057
    @params = ($term) x 10;
1057
1058
1058
- 

Return to bug 14184