Changeset 77093 in spip-zone
- Timestamp:
- Oct 9, 2013, 2:43:44 PM (8 years ago)
- Location:
- _plugins_/inscription/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/inscription/trunk/inscription3_fonctions.php
r77092 r77093 121 121 $boucle = &$boucles[$idb]; 122 122 $id_article = false; 123 if(defined('_DIR_PLUGIN_PAGES') && ($id_article = sql_getfetsel('id_article','spip_articles','page="reglement"'))){ 124 $sous = "sql_get_select('art.id_article','spip_articles as art','page=\'reglement\'')"; 125 $where = "array('IN', '".$boucle->id_table.".".$boucle->primary."', '('.$sous.')')"; 126 } 123 if(defined('_DIR_PLUGIN_PAGES') && ($id_article = sql_getfetsel('id_article','spip_articles','page="reglement"'))) 124 $where = "array('=', '".$boucle->id_table.".".$boucle->primary."', '".$id_article."')"; 125 127 126 if(!$id_article){ 128 127 if(!function_exists('lire_config')) -
_plugins_/inscription/trunk/paquet.xml
r77091 r77093 2 2 prefix="inscription3" 3 3 categorie="auteur" 4 version="3.3. 3"4 version="3.3.4" 5 5 etat="test" 6 6 compatibilite="[3.0.0;3.0.99]"
Note: See TracChangeset
for help on using the changeset viewer.