Changeset 125325 in spip-zone
- Timestamp:
- Jun 25, 2020, 7:00:01 PM (7 months ago)
- Location:
- _plugins_/isocode/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/isocode/trunk
- Property subgit:lock:fa9644160a93d6840ec02c54a37c52618fbce3af deleted
-
Property
subgit:lock:0216ba9db16bda1492a84c746054d519a50cda35
set to
2020-06-25T21:00:09.333
-
_plugins_/isocode/trunk/ezrest/isocode.php
r125324 r125325 206 206 $where = array('code_alpha2=' . sql_quote($_subdivision['iso_pays'])); 207 207 if ($nom = sql_getfetsel('label', 'spip_iso3166countries', $where)) { 208 $pays[ 'pays'][$_subdivision['iso_pays']] = $nom;208 $pays[$_subdivision['iso_pays']] = $nom; 209 209 } 210 210 }
Note: See TracChangeset
for help on using the changeset viewer.