Changeset 48093 in spip-zone for _plugins_/mediatheque/action/dissocier_document.php
- Timestamp:
- May 25, 2011, 1:50:37 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/mediatheque/action/dissocier_document.php
r44136 r48093 14 14 15 15 16 function action_dissocier_document_dist(){ 17 $securiser_action = charger_fonction('securiser_action', 'inc'); 18 $arg = $securiser_action(); 16 function action_dissocier_document_dist($arg=null){ 17 if(is_null($arg)){ 18 $securiser_action = charger_fonction('securiser_action', 'inc'); 19 $arg = $securiser_action(); 20 } 19 21 20 22 $arg = explode('-',$arg);
Note: See TracChangeset
for help on using the changeset viewer.