Changeset 107860 in spip-zone for _plugins_/linkcheck/trunk/inc/linkcheck_vars.php
- Timestamp:
- Dec 4, 2017, 9:40:20 PM (3 years ago)
- File:
-
- 1 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;
Note: See TracChangeset
for help on using the changeset viewer.