Changeset 53958 in spip-zone
- Timestamp:
- Nov 2, 2011, 8:43:34 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/langonet/inc/langonet_generer_fichier.php
r53957 r53958 61 61 if ($mode != 'inutile') $oublis_inutiles = array(); 62 62 foreach ($source as $_item => $_valeur) { 63 $texte = isset($GLOBALS[$var_cible][$_item]);63 $texte = @$GLOBALS[$var_cible][$_item]; 64 64 if ($texte) { 65 65 $comm = in_array($_item, $oublis_inutiles);
Note: See TracChangeset
for help on using the changeset viewer.