Changeset 93645 in spip-zone for _core_/plugins/mots/action/editer_mot.php
- Timestamp:
- Dec 13, 2015, 2:44:38 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_core_/plugins/mots/action/editer_mot.php
r93617 r93645 43 43 44 44 $id_groupe = intval(_request('id_groupe')); 45 if (!$id_mot AND$id_groupe) {45 if (!$id_mot and $id_groupe) { 46 46 $id_mot = mot_inserer($id_groupe); 47 47 } … … 169 169 $champs = array(); 170 170 // regler le groupe 171 if (isset($c['id_groupe']) ORisset($c['type'])) {171 if (isset($c['id_groupe']) or isset($c['type'])) { 172 172 $row = sql_fetsel("titre", "spip_groupes_mots", "id_groupe=" . intval($c['id_groupe'])); 173 173 if ($row) { … … 416 416 return mot_modifier($id_mot, $c); 417 417 } 418 419 ?>
Note: See TracChangeset
for help on using the changeset viewer.