Changeset 31762 in spip-zone
- Timestamp:
- Sep 23, 2009, 10:31:19 AM (11 years ago)
- Location:
- _plugins_/mots_partout/2.0
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/mots_partout/2.0/inc/afficher_objets.php
r31756 r31762 290 290 } 291 291 */ 292 ?> 292 -
_plugins_/mots_partout/2.0/inc/editer_mots.php
r31756 r31762 52 52 53 53 //Ceci n'est plus vraiment utile dans le cas de la squeletisation 54 //on ca lcule le nombre de mots liés a l'objet54 //on caclcule le nombre de mots liés a l'objet 55 55 $cpt = sql_countsel("spip_mots AS mots, spip_mots_$table AS lien", "lien.$table_id=$id_objet AND mots.id_mot=lien.id_mot"); 56 56 if (!$cpt) { … … 552 552 $unseul = ($r[0]['unseul'] == 'oui'); 553 553 $r=""; 554 if($table!="documents"){ //interface simplifiée po ur les documents554 if($table!="documents"){ //interface simplifiée poru els documents 555 555 $r = _T('info_retirer_mot') 556 556 . " "; … … 573 573 return array("<a href='$url'>$cle</a>", $mot, $groupe, $retire); 574 574 } 575 ?> -
_plugins_/mots_partout/2.0/lang/motspartout_fr.php
r31756 r31762 60 60 61 61 ); 62 ?> 62 -
_plugins_/mots_partout/2.0/mots_partout_choses.php
r31756 r31762 292 292 293 293 */ 294 ?> -
_plugins_/mots_partout/2.0/motspartout_fonctions.php
r31756 r31762 61 61 62 62 } 63 ?> -
_plugins_/mots_partout/2.0/motspartout_pipeline.php
r31756 r31762 105 105 return $flux; 106 106 } 107 ?>
Note: See TracChangeset
for help on using the changeset viewer.