Ignore:
Timestamp:
Jan 21, 2006, 9:32:09 PM (18 years ago)
Author:
nikrou
Message:

bug 268 fixed: display debug content correctly

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/branch-1_5/include/page_tail.php

    r993 r1011  
    5555}
    5656
     57if ($conf['show_queries'])
     58{
     59  $template->assign_block_vars(
     60    'debug',
     61    array('QUERIES_LIST' => $debug)
     62  );
     63}
     64
    5765//--------------------------------------------------------------------- contact
    5866
Note: See TracChangeset for help on using the changeset viewer.