Changeset 65423 in spip-zone
- Timestamp:
- Aug 31, 2012, 1:26:04 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/a2a/branches/type/action/a2a.php
r65420 r65423 16 16 } 17 17 18 $action_a2a($id_article_cible, $id_article_source, $type, $type_liaison ="");18 $action_a2a($id_article_cible, $id_article_source, $type, $type_liaison); 19 19 20 20 include_spip('inc/header'); … … 28 28 29 29 30 function action_a2a_supprimer_lien_dist($id_article_cible, $id_article,$type _liaison,$type=null){30 function action_a2a_supprimer_lien_dist($id_article_cible, $id_article,$type=null,$type_liaison=''){ 31 31 include_spip('inc/utils'); 32 32
Note: See TracChangeset
for help on using the changeset viewer.