Completed
Push — master ( 6f8d7b...8603e0 )
by cam
04:36
created
ecrire/inc/puce_statut.php 1 patch
Doc Comments   +7 added lines patch added patch discarded remove patch
@@ -412,6 +412,13 @@
 block discarded – undo
412 412
 }
413 413
 
414 414
 
415
+/**
416
+ * @param integer $id
417
+ * @param string $type
418
+ * @param double $n
419
+ * @param string|null $img
420
+ * @param string $titre
421
+ */
415 422
 function afficher_script_statut($id, $type, $n, $img, $statut, $titre, $act = '') {
416 423
 	$h = generer_action_auteur("instituer_objet", "$type-$id-$statut");
417 424
 	$t = supprimer_tags($titre);
Please login to merge, or discard this patch.