Changeset 60876 in spip-zone
- Timestamp:
- May 2, 2012, 7:52:49 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_squelettes_/soyezcreateurs_net/plugins_2.1/plugins/soyezcreateurs/base/soyezcreateurs_install.php
r60727 r60876 407 407 if (version_compare($current_version,'3.0.21','<')) { 408 408 spip_log("SoyezCreateurs maj 3.0.21", "soyezcreateurs_install"); 409 if ( _DIR_PLUGIN_DICTIONNAIRES) {409 if (defined(_DIR_PLUGIN_DICTIONNAIRES)) { 410 410 if (sql_countsel('spip_dictionnaires', "(titre = '"._T('dictionnaire:importer_acronymes_titre')."')") == 0) { 411 411 include_spip('action/editer_dictionnaire');
Note: See TracChangeset
for help on using the changeset viewer.