Source for file _functions_errors.php
Documentation is available at _functions_errors.php
* b2evolution - {@link http://b2evolution.net/}
* Released under GNU GPL License - {@link http://b2evolution.net/about/license.html}
* @copyright (c)2003-2005 by Francois PLANQUE - {@link http://fplanque.net/}
if( !defined('DB_USER') ) die( 'Please, do not access this page directly.' );
// echo 'error:'.$string;
$disp =
'<div class="error"><p class="error">'.
$head.
'</p><ul class="error">';
foreach( $errors as $error )
$disp .=
'<li class="error">'.
$error.
'</li>';
$disp .=
'</ul><p class="error">'.
$foot.
'</p></div>';