Projet

Général

Profil

Révision 136a805a

Ajouté par Assos Assos il y a plus de 7 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/ctools/includes/export.inc
1227 1227
    $output .= "  \${$export['identifier']}s = array();\n\n";
1228 1228
    foreach ($objects as $object) {
1229 1229
      $output .= ctools_export_crud_export($table, $object, '  ');
1230
      $output .= "  \${$export['identifier']}s['" . check_plain($object->$export['key']) . "'] = \${$export['identifier']};\n\n";
1230
      $output .= "  \${$export['identifier']}s['" . check_plain($object->{$export['key']}) . "'] = \${$export['identifier']};\n\n";
1231 1231
    }
1232 1232
    $output .= "  return \${$export['identifier']}s;\n";
1233 1233
    $output .= "}\n";

Formats disponibles : Unified diff