1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-06 16:56:44 +02:00

A few miscelaneous tweaks

git-svn-id: file:///svn/phpbb/trunk@6166 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Graham Eames
2006-07-10 19:16:47 +00:00
parent 4f7c52e9e3
commit eb9548f465
3 changed files with 4 additions and 3 deletions

View File

@@ -480,8 +480,6 @@ class module
/**
* Output an error message
* If skip is true, return and continue execution, else exit
* @todo Really should change the caption based on $skip and calling code at some point
* @todo This needs testing with a large dataset that generates multiple errors
*/
function error($error, $line, $file, $skip = false)
{
@@ -491,7 +489,7 @@ class module
{
$template->assign_block_vars('checks', array(
'S_LEGEND' => true,
'LEGEND' => $lang['INST_ERR_FATAL'],
'LEGEND' => $lang['INST_ERR'],
));
$template->assign_block_vars('checks', array(