Projet

Général

Profil

Révision db2d93dd

Ajouté par Benjamin Luce il y a presque 9 ans

Update to 7.37

Voir les différences:

drupal7/modules/translation/translation.module
428 428
 *   A node object.
429 429
 */
430 430
function translation_remove_from_set($node) {
431
  if (isset($node->tnid)) {
431
  if (isset($node->tnid) && $node->tnid) {
432 432
    $query = db_update('node')
433 433
      ->fields(array(
434 434
        'tnid' => 0,

Formats disponibles : Unified diff