Changeset 660 for trunk/include


Ignore:
Timestamp:
Dec 28, 2004, 5:31:58 PM (19 years ago)
Author:
plg
Message:
  • bugs fixed in filesystem synchronization : if no existing category at start, need to initialize $next_rankNULL, $next_id and $next_element_id
  • bug fixed : if no queries executed on the page, $count_queries and $queries_time are not initialized for page bottom display
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/page_tail.php

    r659 r660  
    4141if ($conf['show_gt'])
    4242{
    43   $time = get_elapsed_time( $t2, get_moment() );
     43  $time = get_elapsed_time($t2, get_moment());
     44
     45  if (!isset($count_queries))
     46  {
     47    $count_queries = 0;
     48    $queries_time = 0;
     49  }
    4450 
    4551  $template->assign_block_vars(
Note: See TracChangeset for help on using the changeset viewer.