Changeset 15930


Ignore:
Timestamp:
2007/09/24 09:03:40 (17 years ago)
Author:
kakinaka
Message:
 
Location:
branches/dev
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/dev/data/class/SC_DbConn.php

    r15926 r15930  
    88$current_dir = realpath(dirname(__FILE__)); 
    99require_once($current_dir . "/../module/DB.php"); 
    10 //require_once($current_dir . "/../module/MDB2.php"); 
     10require_once($current_dir . "/../module/MDB2.php"); 
    1111 
    1212$objDbConn = ""; 
  • branches/dev/html/index.php

    r15929 r15930  
    2424$objPage = sfGetPageLayout($objPage, false, "index.php"); 
    2525 
    26 sfprintr("a"); 
    27  
    2826$objView = new SC_SiteView(); 
    2927$objView->assignobj($objPage); 
     
    3129$end_time=sfGetMicrotime_float(); 
    3230 
    33 sfprintr( 'Script Execution Time: ' . round($end_time - $start_time, 10) . ' seconds');  
     31sfprintr( 'Script Execution Time: ' . round($end_time - $start_time, 5) . ' seconds');  
    3432//----------------------------------------------------------------------------------------------------------------------------------- 
    3533// Function to calculate script execution time.   
Note: See TracChangeset for help on using the changeset viewer.