[SPIP] ~maj 3.0.10 --> 3.0.14
[lhc/web/www.git] / www / ecrire / maj / svn10000.php
index acaa39b..b48580a 100644 (file)
@@ -3,7 +3,7 @@
 /***************************************************************************\
  *  SPIP, Systeme de publication pour l'internet                           *
  *                                                                         *
- *  Copyright (c) 2001-2012                                                *
+ *  Copyright (c) 2001-2014                                                *
  *  Arnaud Martin, Antoine Pitrou, Philippe Riviere, Emmanuel Saint-James  *
  *                                                                         *
  *  Ce programme est un logiciel libre distribue sous licence GNU/GPL.     *
@@ -306,6 +306,11 @@ function maj_liens($pivot,$l='') {
                if (isset($champs[$primary])) unset($champs[$primary]);
 
                $champs = array_keys($champs);
+               // ne garder que les champs qui existent sur la table destination
+               if ($desc_cible = $trouver_table($liens)){
+                       $champs = array_intersect($champs,array_keys($desc_cible['field']));
+               }
+
                $champs[] = "$primary as id_objet";
                $champs[] = "'$objet' as objet";
                $champs = implode(', ',$champs);