Changeset 83030 in spip-zone
- Timestamp:
- Jun 13, 2014, 2:00:54 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/inscription/trunk/inscription3_fonctions.php
r82044 r83030 131 131 $where = "array('=', '".$boucle->id_table.".id_article', '".$reglement."')"; 132 132 } 133 if(!$where) 134 $where = "array('=', '".$boucle->id_table.".id_article', '0')"; 133 135 if($where) 134 136 $boucle->where[]= $where;
Note: See TracChangeset
for help on using the changeset viewer.