Changeset 93645 in spip-zone for _core_/plugins/mots/mots_administrations.php
- Timestamp:
- Dec 13, 2015, 2:44:38 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_core_/plugins/mots/mots_administrations.php
r93617 r93645 38 38 $trouver_table = charger_fonction('trouver_table', 'base'); 39 39 if ($desc = $trouver_table('spip_mots') 40 AND isset($desc['exist']) AND$desc['exist']41 AND$desc = $trouver_table('spip_mots_articles')42 AND isset($desc['exist']) AND$desc['exist']40 and isset($desc['exist']) and $desc['exist'] 41 and $desc = $trouver_table('spip_mots_articles') 42 and isset($desc['exist']) and $desc['exist'] 43 43 ) { 44 44 ecrire_meta($nom_meta_base_version, '1.0.0'); … … 105 105 effacer_meta($nom_meta_base_version); 106 106 } 107 108 ?>
Note: See TracChangeset
for help on using the changeset viewer.