Changeset 77129 in spip-zone
- Timestamp:
- Oct 10, 2013, 5:46:54 PM (8 years ago)
- Location:
- _plugins_/squirrels_love_chimps_lists
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/squirrels_love_chimps_lists/branches/2/paquet.xml
r76535 r77129 2 2 prefix="squirrel_chimp_lists" 3 3 categorie="communication" 4 version="2.0. 5"4 version="2.0.6" 5 5 etat="test" 6 6 compatibilite="[2.0.15;3.0.*]" -
_plugins_/squirrels_love_chimps_lists/branches/2/plugin.xml
r76535 r77129 3 3 <auteur>[Spade->http://blog.spade.be/] et [Rainer Müller->http://websimple.be]</auteur> 4 4 <licence>GNU/GLP</licence> 5 <version>2.0. 5</version>5 <version>2.0.6</version> 6 6 <licence>MIT</licence> 7 7 <etat>test</etat> -
_plugins_/squirrels_love_chimps_lists/branches/2/squirrel_chimp_lists_fonctions.php
r76535 r77129 171 171 } 172 172 173 if (is_array($where ))$where=implode(' AND ',$where_1);174 175 176 $ $champs=$champs?implode(',',$champs):'*';173 if (is_array($where_1))$where=implode(' AND ',$where_1); 174 175 176 $champs=$champs?implode(',',$champs):'*'; 177 177 178 178 … … 209 209 210 210 $concordances_fixes=array('email'=>'EMAIL'); 211 $champs_sync=array_merge($concordances _fixes,$concordances);211 $champs_sync=array_merge($concordances,$concordances_fixes); 212 212 213 213 return $champs_sync; -
_plugins_/squirrels_love_chimps_lists/trunk/paquet.xml
r76535 r77129 2 2 prefix="squirrel_chimp_lists" 3 3 categorie="communication" 4 version="2.0. 5"4 version="2.0.6" 5 5 etat="test" 6 6 compatibilite="[2.0.15;3.0.*]" -
_plugins_/squirrels_love_chimps_lists/trunk/plugin.xml
r76535 r77129 3 3 <auteur>[Spade->http://blog.spade.be/] et [Rainer Müller->http://websimple.be]</auteur> 4 4 <licence>GNU/GLP</licence> 5 <version>2.0. 5</version>5 <version>2.0.6</version> 6 6 <licence>MIT</licence> 7 7 <etat>test</etat> -
_plugins_/squirrels_love_chimps_lists/trunk/squirrel_chimp_lists_fonctions.php
r76535 r77129 171 171 } 172 172 173 if (is_array($where ))$where=implode(' AND ',$where_1);174 175 176 $ $champs=$champs?implode(',',$champs):'*';173 if (is_array($where_1))$where=implode(' AND ',$where_1); 174 175 176 $champs=$champs?implode(',',$champs):'*'; 177 177 178 178 … … 209 209 210 210 $concordances_fixes=array('email'=>'EMAIL'); 211 $champs_sync=array_merge($concordances _fixes,$concordances);211 $champs_sync=array_merge($concordances,$concordances_fixes); 212 212 213 213 return $champs_sync;
Note: See TracChangeset
for help on using the changeset viewer.