Changeset 52525 in spip-zone
- Timestamp:
- Oct 5, 2011, 4:26:28 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/notation/inc/articles_accepter_notes.php
r46349 r52525 13 13 "id_article = ". intval($id_objet) 14 14 )); 15 spip_log($art_accepter_note,'notation');16 if (in_array($art_accepter_note,array('oui','non'))) {15 if ($art_accepter_note and in_array($art_accepter_note,array('oui','non'))) { 16 spip_log("l'article $id_objet accepte les notes : $art_accepter_note",'notation'); 17 17 $accepter_note = $art_accepter_note; 18 18 }
Note: See TracChangeset
for help on using the changeset viewer.