merge branch 1.5 r1010:1011 into BSF:
- bug 268 fixed: display debug content correctly git-svn-id: http://piwigo.org/svn/trunk@1012 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
0b28c9da75
commit
02f08d3c4f
3 changed files with 17 additions and 5 deletions
|
|
@ -54,6 +54,14 @@ if ($conf['show_gt'])
|
|||
'SQL_TIME' => number_format($page['queries_time'],3,'.',' ').' s'));
|
||||
}
|
||||
|
||||
if ($conf['show_queries'])
|
||||
{
|
||||
$template->assign_block_vars(
|
||||
'debug',
|
||||
array('QUERIES_LIST' => $debug)
|
||||
);
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------- contact
|
||||
|
||||
if (!$user['is_the_guest'])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue