Ignore:
Timestamp:
Apr 14, 2015, 10:20:16 PM (9 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/News/News.php

    r711 r738  
    6767    ));
    6868    $this->System->FormManager->RegisterFormType('TNewsCategory', array(
    69         'Type' => 'Reference',
    70         'Table' => 'NewsCategory',
    71         'Id' => 'Id',
    72         'Name' => 'Caption',
    73         'Filter' => '1',
     69      'Type' => 'Reference',
     70      'Table' => 'NewsCategory',
     71      'Id' => 'Id',
     72      'Name' => 'Caption',
     73      'Filter' => '1',
    7474    ));
    7575    $this->System->FormManager->RegisterFormType('TNewsList', array(
    76         'Type' => 'ManyToOne',
    77         'Table' => 'News',
    78         'Id' => 'Id',
    79         'Ref' => 'Category',
    80         'Filter' => '1',
    81     ));
    82    
     76      'Type' => 'ManyToOne',
     77      'Table' => 'News',
     78      'Id' => 'Id',
     79      'Ref' => 'Category',
     80      'Filter' => '1',
     81    ));
     82
    8383    if($this->System->ModuleManager->ModulePresent('Search'))
    8484    {
Note: See TracChangeset for help on using the changeset viewer.