X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;ds=sidebyside;f=www%2Fplugins-dist%2Fmots%2Fbase%2Fmots.php;h=bd38c00ae27fd2a6d1da4030cd1df53640c2c9b2;hb=cc641eb476987612f6d6df1a5417c1c5582a8ab8;hp=43773d76312e7285328131257cc4d4d83fcfe96e;hpb=a33c2ba9d919664b3bb0f565f8e9a8b9d8530cdb;p=lhc%2Fweb%2Fclavette_www.git diff --git a/www/plugins-dist/mots/base/mots.php b/www/plugins-dist/mots/base/mots.php index 43773d7..bd38c00 100644 --- a/www/plugins-dist/mots/base/mots.php +++ b/www/plugins-dist/mots/base/mots.php @@ -3,7 +3,7 @@ /***************************************************************************\ * SPIP, Systeme de publication pour l'internet * * * - * Copyright (c) 2001-2014 * + * Copyright (c) 2001-2016 * * Arnaud Martin, Antoine Pitrou, Philippe Riviere, Emmanuel Saint-James * * * * Ce programme est un logiciel libre distribue sous licence GNU/GPL. * @@ -155,7 +155,7 @@ function mots_declarer_tables_objets_sql($tables){ $tables[]['tables_jointures'][]= 'mots'; // cas particulier des auteurs et mots : declarer explicitement mots_liens comme jointure privilegiee - // cf http://core.spip.org/issues/2329 + // cf https://core.spip.net/issues/2329 $tables['spip_auteurs']['tables_jointures'][]= 'mots_liens'; $tables['spip_auteurs']['tables_jointures'][]= 'mots'; $tables['spip_mots']['tables_jointures'][]= 'mots_liens';