Changeset 107860 in spip-zone
- Timestamp:
- Dec 4, 2017, 9:40:20 PM (3 years ago)
- Location:
- _plugins_/linkcheck/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/linkcheck/trunk/inc/linkcheck_vars.php
r104864 r107860 13 13 if (isset($table['field']) && is_array($table['field'])) { 14 14 foreach ($table['field'] as $nom_champ => $type_champ) { 15 if (preg_match(',^(tiny|long|medium)?text\s ,i', $type_champ)) {15 if (preg_match(',^(tiny|long|medium)?text\s?,i', $type_champ)) { 16 16 if (preg_match('/url/', $nom_champ)) { 17 17 $tab_champs[$nom_champ] = 0; -
_plugins_/linkcheck/trunk/paquet.xml
r107859 r107860 2 2 prefix="linkcheck" 3 3 categorie="maintenance" 4 version="1.4.1 0"4 version="1.4.11" 5 5 etat="stable" 6 6 compatibilite="[3.0.5;3.2.*]"
Note: See TracChangeset
for help on using the changeset viewer.