[SPIP] ~v3.0.20-->v3.0.25
[lhc/web/clavette_www.git] / www / plugins-dist / mots / base / mots.php
index 43773d7..bd38c00 100644 (file)
@@ -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';