Changeset 96313 in spip-zone
- Timestamp:
- Mar 29, 2016, 5:31:59 PM (5 years ago)
- Location:
- _core_/branches/spip-3.1/plugins/textwheel
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
_core_/branches/spip-3.1/plugins/textwheel
- Property svn:mergeinfo changed
/_core_/plugins/textwheel (added) merged: 96312
- Property svn:mergeinfo changed
-
_core_/branches/spip-3.1/plugins/textwheel/inc/lien.php
r94396 r96313 847 847 if (((!_DIR_RESTREINT) or ($doublons)) and ($id)) { 848 848 foreach ($doublons ? $doublons : array('documents' => array('doc', 'emb', 'img')) as $quoi => $modeles) { 849 if (in_array( $type, $modeles)) {849 if (in_array(strtolower($type), $modeles)) { 850 850 $GLOBALS["doublons_{$quoi}_inclus"][] = $id; 851 851 } -
_core_/branches/spip-3.1/plugins/textwheel/paquet.xml
r94481 r96313 2 2 prefix="tw" 3 3 categorie="edition" 4 version="1.3.1 4"4 version="1.3.15" 5 5 etat="stable" 6 6 compatibilite="[3.1.0;3.1.*]"
Note: See TracChangeset
for help on using the changeset viewer.