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/CSS.inc.php

    r1 r708  
    2323     * Constructor.
    2424     */
    25     function CSS()
     25    function __construct()
    2626    {
    2727        $this->_params['character_set'] = isset($CFG->character_set) ? $CFG->character_set : $this->_params['character_set'];
Note: See TracChangeset for help on using the changeset viewer.