Hi,

I was checking out the PayPal Instant Payment Notifications feature in my admin. When I clicked on an individual order on this section, I got the following error -

Code:
 Parse error: syntax error, unexpected T_CASE in /home/barkands/public_html/shop/admin/orders.php on line 195
When I went to the page this is what I see on line 195..

Code:
           if (isset($_POST['notify']) && ($_POST['notify'] == 'on')) {

            $notify_comments = '';

            if (isset($_POST['notify_comments']) && ($_POST['notify_comments'] == 'on') && zen_not_null($comments)) {

              $notify_comments = EMAIL_TEXT_COMMENTS_UPDATE . $comments . "\n\n";

            }
Any help? I'm not sure what I'm looking at other than I think this is confirmation email?