Created
November 14, 2011 16:19
-
-
Save berkes/1364332 to your computer and use it in GitHub Desktop.
yuk
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if (isset($weather_data[$column]) && $weather_data[$column] && isset($mapping[$weather_data[$column]]) && $mapping[$weather_data[$column]]) { | |
if (isset($field['weatherfield_settings']['cs'][$column]['s'][$mid]['g']['options_files'][$mapping[$weather_data[$column]]]) && isset($field['weatherfield_settings']['cs'][$column]['s'][$mid]['g']['options_files'][$mapping[$weather_data[$column]]]['fid'])) { | |
if (isset($files[$field['field_name']][$field['weatherfield_settings']['cs'][$column]['s'][$mid]['g']['options_files'][$mapping[$weather_data[$column]]]['fid']])) { | |
$column_output = theme('image', $files[$field['field_name']][$field['weatherfield_settings']['cs'][$column]['s'][$mid]['g']['options_files'][$mapping[$weather_data[$column]]]['fid']]->filepath); | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment