Changeset 2742 in subversion


Ignore:
Timestamp:
Jul 13, 2009 2:37:11 PM (4 years ago)
Author:
thomasb
Message:

Indent with spaces not tabs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/roundcubemail/program/include/rcube_template.php

    r2741 r2742  
    295295        } 
    296296 
    297         // set output asap 
    298         ob_flush(); 
    299         flush(); 
     297        // set output asap 
     298        ob_flush(); 
     299        flush(); 
    300300         
    301         if ($exit) { 
     301        if ($exit) { 
    302302            exit; 
    303303        } 
Note: See TracChangeset for help on using the changeset viewer.