Changeset 125303 in spip-zone
- Timestamp:
- Jun 24, 2020, 3:53:02 PM (7 months ago)
- Location:
- _plugins_/formidable/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/formidable/trunk
- Property subgit:lock:e5edc4f693ab743835a348372235454aaa4d4b99 deleted
-
Property
subgit:lock:e203dd51b512bfe625c366833dbef7342935e4ca
set to
2020-06-24T17:53:14.469
-
_plugins_/formidable/trunk/inc/formidable.php
r122859 r125303 118 118 $reponses = formidable_verifier_reponse_formulaire( 119 119 $id_formulaire, 120 $options['identification'],120 isset($options['identification']) ? $options['identification'] : '', 121 121 isset($options['variable_php']) ? $options['variable_php'] : '' 122 122 );
Note: See TracChangeset
for help on using the changeset viewer.