Project

General

Profile

« Previous | Next » 

Revision 50a67433

Added by Andreas Kohlbecker about 8 years ago

replacing special code for cichorieae feature 'Image source' by generic functionality

View differences:

modules/cdm_dataportal/includes/common.inc
178 178
 * @param $a
179 179
 * @param $b
180 180
 */
181
function compare_image_sources($a, $b) {
181
function compare_text_data($a, $b) {
182 182

  
183 183
  if ($a->multilanguageText_L10n->text == $b->multilanguageText_L10n->text) {
184 184
    return 0;

Also available in: Unified diff