View Issue Details

IDProjectCategoryView StatusLast Update
0001052mantisbtemailpublic2001-10-28 22:15
Reporteraarjona Assigned Toprescience  
PrioritynormalSeverityminorReproducibilitysometimes
Status closedResolutionfixed 
Summary0001052: email errors in this instance of report_add.php
Description

listing of warnings below
this bugtracking entry is an attempt to duplicate the problem.

Additional Information

Warning: Undefined offset: 0 in /home/groups/m/ma/mantisbt/htdocs/mantis/core_email_API.php on line 157

Warning: Undefined offset: 1 in /home/groups/m/ma/mantisbt/htdocs/mantis/core_email_API.php on line 157

Warning: Undefined offset: 0 in /home/groups/m/ma/mantisbt/htdocs/mantis/core_email_API.php on line 157

Warning: Undefined offset: 1 in /home/groups/m/ma/mantisbt/htdocs/mantis/core_email_API.php on line 157

TagsNo tags attached.

Activities

aarjona

aarjona

2001-10-26 15:18

reporter   ~0001468

confirmed

prescience

prescience

2001-10-26 15:22

reporter   ~0001471

Thanks, looking into it.

prescience

prescience

2001-10-26 16:02

reporter   ~0001478

Change line 157 in core_email_API.php to be:

for ($k=0;$k<count( $user_id_arr );$k++) {

I've uploaded the changes to the demo site.