Ignore:
Timestamp:
Apr 14, 2015, 10:20:16 PM (10 years ago)
Author:
chronos
Message:
  • Removed: Spaces on end of line.
  • Modified: Tabs converted to spaces.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Common/VCL/Database.php

    r666 r738  
    5858      if(method_exists($this->OnRowDraw[0], $this->OnRowDraw[1]))
    5959        $DbRow = call_user_func($this->OnRowDraw, $DbRow);
    60         $this->Rows[] = $DbRow;
     60      $this->Rows[] = $DbRow;
    6161      $VisibleItemCount = $VisibleItemCount + 1;
    6262    }
Note: See TracChangeset for help on using the changeset viewer.