Show
Ignore:
Timestamp:
02/19/12 20:59:22 (15 months ago)
Author:
plg
Message:

convert tabulations into 2-spaces for indentation (introduced in r13240)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/include/section_init.inc.php

    r13240 r13258  
    7070if ( strncmp($page['root_path'], './', 2) == 0 ) 
    7171{ 
    72         $page['root_path'] = substr($page['root_path'], 2); 
     72  $page['root_path'] = substr($page['root_path'], 2); 
    7373} 
    7474