Development

Changeset 1416

You must first sign up to be able to contribute.

Changeset 1416

Show
Ignore:
Timestamp:
06/11/06 21:34:41 (2 years ago)
Author:
pookey
Message:

pookey: rolling back a stupid change

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/pookey/lib/filter/sfFillInFormFilter.class.php

    r1390 r1416  
    6363      { 
    6464        // skip fields specified in the 'skip_fields' attribute 
    65         if (!($request->hasParameter($element->getAttribute('name'))) || in_array($element->getAttribute('name'), $skip_fields)) 
     65        if ($request->hasParameter($element->getAttribute('name')) && in_array($element->getAttribute('name'), $skip_fields)) 
    6666        { 
    6767          continue; 
     
    145145  } 
    146146} 
     147<<<<<<< .mine 
    147148 
    148149?> 
     150======= 
     151>>>>>>> .r1415