Changeset 96538 in spip-zone
- Timestamp:
- Apr 8, 2016, 9:52:47 AM (5 years ago)
- Location:
- _plugins_/commandes/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/commandes/trunk/commandes_pipelines.php
r90975 r96538 393 393 // et vérifier qu'elle a des échéances 394 394 if ( 395 strncmp($id,"uid:",4) == 0 395 isset($flux['args']['id']) 396 and $id = $flux['args']['id'] 397 and strncmp($id,"uid:",4) == 0 396 398 and $bank_uid = substr($id, 4) 397 399 and $commande = sql_fetsel('*', 'spip_commandes', 'bank_uid = '.sql_quote($bank_uid)) … … 435 437 // et vérifier qu'elle a des échéances 436 438 if ( 437 strncmp($id,"uid:",4) == 0 439 isset($flux['args']['id']) 440 and $id = $flux['args']['id'] 441 and strncmp($id,"uid:",4) == 0 438 442 and $bank_uid = substr($id, 4) 439 443 and $commande = sql_fetsel('*', 'spip_commandes', 'bank_uid = '.sql_quote($bank_uid)) -
_plugins_/commandes/trunk/paquet.xml
r96444 r96538 2 2 prefix="commandes" 3 3 categorie="divers" 4 version="1.7. 4"4 version="1.7.5" 5 5 etat="stable" 6 6 compatibilite="[3.0.5;3.1.*]"
Note: See TracChangeset
for help on using the changeset viewer.