Ignore:
Timestamp:
May 3, 2014 11:09:03 PM (10 years ago)
Author:
anonymous
Message:

Convert tabs to spaces, and lineendings to LF in all files.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/SortOrder.inc.php

    r468 r479  
    176176    public function getSortOrderSQL()
    177177    {
    178         $app =& App::getInstance();
    179         $db =& DB::getInstance();
     178        $app =& App::getInstance();
     179        $db =& DB::getInstance();
    180180
    181181        if (!isset($this->_columns[mb_strtolower($this->sort_by)])) {
     
    207207    public function printSortHeader($col, $col_name, $default_order='ASC')
    208208    {
    209         $app =& App::getInstance();
     209        $app =& App::getInstance();
    210210
    211211        if (isset($this->_columns[$col])) {
Note: See TracChangeset for help on using the changeset viewer.