Fix for if cck field

  1. if($node->field_location_land[0]['value']){
  2.                              print '<span class="label">'.t('address').': </span>'.$node->field_location_street['0']['value'];
  3.                            }
  4.                            else
  5.                            {
  6.                                print 'blabla';
  7.                            }

Submit Fix

Any tags you'd like to associate with your code, delimitered by commas (example: Views, CCK, Module, etc).
Select the syntax highlighting mode to use.