mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-08 09:43:01 +02:00
bug 268 fixed: display debug content correctly
git-svn-id: http://piwigo.org/svn/branches/branch-1_5@1011 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -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'])
|
||||
|
||||
Reference in New Issue
Block a user