Changeset 96441 in spip-zone
- Timestamp:
- Apr 4, 2016, 9:13:54 AM (5 years ago)
- Location:
- _plugins_/contacts_et_organisations/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/contacts_et_organisations/trunk/action/editer_contact.php
r93553 r96441 70 70 ) 71 71 ); 72 72 73 73 // Insérer l'objet 74 74 $id_contact = sql_insertq('spip_contacts', $champs); 75 75 76 76 // Envoyer aux plugins après insertion 77 77 pipeline('post_insertion', … … 79 79 'args' => array( 80 80 'table' => 'spip_contacts', 81 'id_objet' => $id_contact 81 82 ), 82 83 'data' => $champs -
_plugins_/contacts_et_organisations/trunk/action/editer_organisation.php
r93553 r96441 63 63 ) 64 64 ); 65 65 66 66 // Insérer l'objet 67 67 $id_organisation = sql_insertq('spip_organisations', $champs); … … 72 72 'args' => array( 73 73 'table' => 'spip_organisations', 74 ), 75 'data' => $champs 76 ) 77 ); 78 74 'id_objet' => $id_organisation 75 ), 76 'data' => $champs 77 ) 78 ); 79 79 80 return $id_organisation; 80 81 } -
_plugins_/contacts_et_organisations/trunk/paquet.xml
r96054 r96441 2 2 prefix="contacts" 3 3 categorie="auteur" 4 version="2.13. 3"4 version="2.13.4" 5 5 etat="stable" 6 6 compatibilite="[3.0.0;3.1.*]"
Note: See TracChangeset
for help on using the changeset viewer.