[color=green]/*-------------------------------------------------------------------------*/[/color] [color=green]// Basic error handler[/color] [color=green]/*-------------------------------------------------------------------------*/[/color] [color=green]/** * Prints SQL error message * * @param string Additional error message * * @return integer Optional, if var $return_die is set to 1 */[/color] [b]function[/b] fatal_error([color=#048284]$the_error[/color]="") { [color=green]// Are we simply returning the error?[/color]
Song:
Вы можете изменить стандартную страницу, на которой форум выдаёт SQL ошибку под свой дизайн форума.
Страница формируется в:
1.x:
[color=green]/*========================================================================*/[/color] [color=green]// Basic error handler[/color] [color=green]/*========================================================================*/[/color] [b]function[/b] fatal_error([color=#048284]$the_error[/color]) {2.1.x:
[color=green]/*-------------------------------------------------------------------------*/[/color] [color=green]// Basic error handler[/color] [color=green]/*-------------------------------------------------------------------------*/[/color] [color=green]/** * Prints SQL error message * * @param string Additional error message * * @return integer Optional, if var $return_die is set to 1 */[/color] [b]function[/b] fatal_error([color=#048284]$the_error[/color]="") { [color=green]// Are we simply returning the error?[/color]