Project

General

Profile

« Previous | Next » 

Revision 1350

Added by Dietmar almost 14 years ago

syntaxfix in initialize.php

View differences:

initialize.php
69 69
	if(intval(ER_LEVEL) > 0 )
70 70
	{
71 71
		error_reporting(ER_LEVEL);
72
		if(ini_get ( 'display_errors' == 0 ) )
72
		if(ini_get ( 'display_errors' ) == 0 )
73 73
		{
74 74
			ini_set('display_errors', 1);
75 75
		}

Also available in: Unified diff