Changeset 45612 in spip-zone
- Timestamp:
- Mar 20, 2011, 10:55:44 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/contacts_et_organisations/base/contacts_upgrade.php
r45563 r45612 122 122 // le champ descriptif ne changeait pas sur les nouvelles installations (c'etait encore declare tinytext 123 123 if (version_compare($current_version,"1.3.3","<")){ 124 if (!sql_alter("TABLE spip_contacts CHANGE descriptif descriptif TEXT DEFAULT '' NOT NULL")) {124 sql_alter("TABLE spip_contacts CHANGE descriptif descriptif TEXT DEFAULT '' NOT NULL"); 125 125 ecrire_meta($nom_meta_base_version, $current_version="1.3.3"); 126 126 127 } 127 128 }
Note: See TracChangeset
for help on using the changeset viewer.