Ignore:
Timestamp:
Nov 15, 2019 6:15:50 PM (5 years ago)
Author:
anonymous
Message:

Update class constructor method names to construct

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/1.1dev/lib/SortOrder.inc.php

    r82 r708  
    3939     *                               current order.
    4040     */
    41     function SortOrder($default_sort = '', $default_order = '')
     41    function __construct($default_sort = '', $default_order = '')
    4242    {
    4343        global $CFG;
Note: See TracChangeset for help on using the changeset viewer.