Changeset 65424 in spip-zone
- Timestamp:
- Aug 31, 2012, 1:28:21 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/a2a/branches/type/action/a2a.php
r65423 r65424 66 66 67 67 function action_a2a_modifier_rang_dist($id_article_cible, $id_article, $type_liaison,$type_modif){ 68 if ( $type_modif==''){68 if (!$type_modif){ 69 69 list($type_modif,$type_liaison)=array($type_liaison,$type_modif); 70 70 } 71 72 71 if ($type_modif == "plus"){ 73 72 //on recupere le rang de l'article à modifier
Note: See TracChangeset
for help on using the changeset viewer.