Changeset 65640 in spip-zone for _plugins_/spip-bible/trunk/formulaires/bible_reference.php
- Timestamp:
- Sep 6, 2012, 7:42:51 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/spip-bible/trunk/formulaires/bible_reference.php
r48197 r65640 45 45 include_spip('bible_fonctions'); 46 46 include_spip('inc/utils'); 47 $resultat = recuperer_fond('modeles/bible',array('passage'=>$passage,'traduction'=>$version,'retour'=>!$retour ? 'non' : $retour,'numeros'=>!$numeros ? 'non' : $numeros,'ref'=>!$ref ? 'non' : $ref ));47 $resultat = recuperer_fond('modeles/bible',array('passage'=>$passage,'traduction'=>$version,'retour'=>!$retour ? 'non' : $retour,'numeros'=>!$numeros ? 'non' : $numeros,'ref'=>!$ref ? 'non' : $ref,'propre'=>'non')); 48 48 49 49
Note: See TracChangeset
for help on using the changeset viewer.