HomeHelpTrac

Changeset 15211 for trunk/calendar.php


Ignore:
Timestamp:
06/07/11 23:41:51 (12 months ago)
Author:
Alexander Trofimov
Message:

Code cleaning:

  • converting new lines to \n
  • deleting spaces at the end of every line
  • converting all tabs to 4 spaces
  • automated script for future cleaning was added
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/calendar.php

    r15201 r15211  
    77require_once(BX_DIRECTORY_PATH_INC . 'admin.inc.php'); 
    88require_once(BX_DIRECTORY_PATH_INC . 'db.inc.php'); 
    9     
     9 
    1010bx_import('BxDolProfileFields'); 
    1111bx_import('BxDolProfilesController'); 
     
    4444 
    4545    $sCode = $oSearch->displayResultBlock(); 
    46     return $oSearch->displaySearchBox('<div class="search_container">'  
     46    return $oSearch->displaySearchBox('<div class="search_container">' 
    4747        . $sCode . '</div>', $oSearch->showPagination(false, false, false)); 
    4848} 
Note: See TracChangeset for help on using the changeset viewer.