Changeset 377


Ignore:
Timestamp:
Feb 27, 2004, 6:37:10 PM (20 years ago)
Author:
z0rglub
Message:

comments on echo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/release-1_3/admin/update.php

    r318 r377  
    701701  }
    702702  $end = get_moment();
    703   echo get_elapsed_time( $start, $end ).' for update <br />';
     703//  echo get_elapsed_time( $start, $end ).' for update <br />';
    704704  $vtp->setVar( $sub, 'local_update.categories', $categories );
    705705  $vtp->setVar( $sub, 'local_update.count_new', $count_new );
     
    717717  remote_images();
    718718  $end = get_moment();
    719   echo get_elapsed_time( $start, $end ).' for remote_images<br />';
     719//  echo get_elapsed_time( $start, $end ).' for remote_images<br />';
    720720 
    721721  $vtp->setVar( $sub, 'remote_update.count_new', $count_new );
     
    732732  update_category( 'all' );
    733733  $end = get_moment();
    734   echo get_elapsed_time( $start, $end ).' for update_category( all )<br />';
     734//  echo get_elapsed_time( $start, $end ).' for update_category( all )<br />';
    735735
    736736  $start = get_moment();
    737737  synchronize_all_users();
    738738  $end = get_moment();
    739   echo get_elapsed_time( $start, $end ).' for synchronize_all_users<br />';
     739//  echo get_elapsed_time( $start, $end ).' for synchronize_all_users<br />';
    740740}
    741741//----------------------------------------------------------- sending html code
Note: See TracChangeset for help on using the changeset viewer.