Revision 1352
Added by Luisehahne almost 15 years ago
| 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( intval(ini_get ( 'display_errors' )) == 0 )
|
|
| 73 | 73 |
{
|
| 74 | 74 |
ini_set('display_errors', 1);
|
| 75 | 75 |
} |
Also available in: Unified diff
fix if upgrade module can now overwrite existing newer files in modules folder
same fix for upgrade templates