Ignore:
Timestamp:
Jan 17, 2012, 10:58:18 PM (12 years ago)
Author:
rvelices
Message:

feature 2548 multisize - code cleanup + better usage in category_cats + i.php logs memory usage peak

File:
1 edited

Legend:

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

    r12802 r12920  
    2525
    2626// determine the initial instant to indicate the generation time of this page
    27 $t1 = explode( ' ', microtime() );
    28 $t2 = explode( '.', $t1[0] );
    29 $t2 = $t1[1].'.'.$t2[1];
     27$t2 = microtime(true);
    3028
    3129@set_magic_quotes_runtime(0); // Disable magic_quotes_runtime
     
    110108include(PHPWG_ROOT_PATH . 'include/constants.php');
    111109include(PHPWG_ROOT_PATH . 'include/functions.inc.php');
    112 include(PHPWG_ROOT_PATH .'include/template.class.php');
     110
    113111
    114112// Database connection
Note: See TracChangeset for help on using the changeset viewer.