Changeset 372 for branches


Ignore:
Timestamp:
Feb 25, 2004, 12:10:37 AM (20 years ago)
Author:
z0rglub
Message:

changing error reporting level to stay calm when undefined indexes are found
in language files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/release-1_3/admin/install.php

    r317 r372  
    3131  $isadmin = true;
    3232  $lang = array();
     33  error_reporting( E_ALL ^ E_NOTICE );
    3334  include( '../language/'.$_GET['language'].'.php' );
    3435  $tpl = array( 'step1_err_copy', 'step1_err_copy_2', 'step1_err_copy_next',
Note: See TracChangeset for help on using the changeset viewer.