Changeset 142e5f8 in github


Ignore:
Timestamp:
Oct 18, 2007 5:10:35 AM (6 years ago)
Author:
thomascube <thomas@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
Children:
0393dac
Parents:
5745648
Message:

Fixed syntax typo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • program/steps/mail/get.inc

    r5349b78 r142e5f8  
    5656else if ($pid = get_input_value('_part', RCUBE_INPUT_GET)) 
    5757  { 
    58   if ($part = $MESSAGE['parts'][$pid]); 
     58  if ($part = $MESSAGE['parts'][$pid]) 
    5959    { 
    6060    $ctype_primary = strtolower($part->ctype_primary); 
Note: See TracChangeset for help on using the changeset viewer.