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/Modules/Search/Search.php

    r586 r738  
    1010    $this->ParentClass = 'PagePortal';
    1111  }
    12  
     12
    1313  function Show()
    1414  {
     
    2929        $Columns .= ', `'.$Column.'`';
    3030        $Condition .= ' OR (`'.$Column.'` LIKE "%'.$Text.'%")';
    31       } 
     31      }
    3232      $Columns = substr($Columns, 2);
    3333      $Condition = substr($Condition, 3);
     
    5151  var $Items;
    5252  var $MaxItemCount;
    53  
     53
    5454  function __construct($System)
    5555  {
     
    6464    $this->Items = array();
    6565  }
    66  
     66
    6767  function DoStart()
    6868  {
    6969    $this->System->Pages['search'] = 'PageSearch';
    7070  }
    71  
     71
    7272  function DoInstall()
    7373  {
     
    7575
    7676  function DoUnInstall()
    77   { 
     77  {
    7878  }
    79  
     79
    8080  function RegisterSearch($Title, $TableName, $Columns)
    8181  {
Note: See TracChangeset for help on using the changeset viewer.