Hello,
In the file 'setup/page4.php', line 71 (which is part of a list of fields to be updated in the database) shows:
Code:
'php_library_path', 'error_log_path', 'email_error_list', 'error_log_message', 'max_error_size', 'error_email_message', 'max_error_size', 'error_email_message',
As can be seen the fields 'max_error_size' and 'error_email_message' are mentioned twice, and hence updated twice. It's not going to cause any problems, but is redundant.
John.