Ignore:
Timestamp:
Nov 18, 2013, 8:54:36 PM (10 years ago)
Author:
mistic100
Message:

parse error in r25550

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/functions_mail.inc.php

    r25550 r25563  
    204204  foreach ($data as $i => $entry)
    205205  {
    206     if (isset($existing[ $entry['email'] ])
     206    if (isset($existing[ $entry['email'] ]))
    207207    {
    208208      unset($data[$i]);
Note: See TracChangeset for help on using the changeset viewer.