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

merge branch 1.5 r1010:1011 into BSF:

  • bug 268 fixed: display debug content correctly
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/page_tail.php

    r858 r1012  
    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.