Completed
Push — spip-2.1 ( 40676b...3873a3 )
by cam
106:54 queued 93:44
created
ecrire/exec/message_edit.php 1 patch
Doc Comments   +7 added lines patch added patch discarded remove patch
@@ -24,6 +24,10 @@  discard block
 block discarded – undo
24 24
 			       intval(_request('dest')));
25 25
 }
26 26
 // http://doc.spip.org/@exec_message_edit_args
27
+/**
28
+ * @param integer $id_message
29
+ * @param integer $dest
30
+ */
27 31
 function exec_message_edit_args($id_message, $new, $dest)
28 32
 {
29 33
 	global  $connect_id_auteur, $connect_statut;
@@ -126,6 +130,9 @@  discard block
 block discarded – undo
126 130
 }
127 131
 
128 132
 // http://doc.spip.org/@afficher_si_rdv
133
+/**
134
+ * @param boolean $choix
135
+ */
129 136
 function afficher_si_rdv($date_heure, $date_fin, $choix)
130 137
 {
131 138
 	$heures_debut = heures($date_heure);
Please login to merge, or discard this patch.
ecrire/exec/mots_edit.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -33,6 +33,10 @@
 block discarded – undo
33 33
 // attention, ajouter_id_article n'est pas forcement un id d'article
34 34
 
35 35
 // http://doc.spip.org/@exec_mots_edit_args
36
+/**
37
+ * @param integer $id_mot
38
+ * @param integer $id_groupe
39
+ */
36 40
 function exec_mots_edit_args($id_mot, $id_groupe, $new, $table='', $table_id='', $titre='', $redirect='', $ajouter_id_article='')
37 41
 {
38 42
 	global $spip_lang_right, $connect_statut, $les_notes;
Please login to merge, or discard this patch.
ecrire/exec/mots_tous.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -162,6 +162,9 @@
 block discarded – undo
162 162
 }
163 163
 
164 164
 // http://doc.spip.org/@confirmer_mot
165
+/**
166
+ * @param integer $id_mot
167
+ */
165 168
 function confirmer_mot ($id_mot, $row_groupe, $total)
166 169
 {
167 170
 	$row = sql_fetsel("titre", "spip_mots", "id_mot=$id_mot");
Please login to merge, or discard this patch.
ecrire/exec/naviguer.php 1 patch
Doc Comments   +11 added lines patch added patch discarded remove patch
@@ -24,6 +24,10 @@  discard block
 block discarded – undo
24 24
 }
25 25
 
26 26
 // http://doc.spip.org/@exec_naviguer_args
27
+/**
28
+ * @param integer $id_rubrique
29
+ * @param integer $select_groupe
30
+ */
27 31
 function exec_naviguer_args($id_rubrique, $cherche_mot, $select_groupe)
28 32
 {
29 33
 	if (!$id_rubrique) {
@@ -104,6 +108,10 @@  discard block
 block discarded – undo
104 108
 }
105 109
 
106 110
 // http://doc.spip.org/@naviguer_droite
111
+/**
112
+ * @param string $haut
113
+ * @param string $boucles
114
+ */
107 115
 function naviguer_droite($row, $id_rubrique, $id_parent, $id_secteur, $haut, $n_forums, $editer_mots, $flag_editable, $boucles)
108 116
 {
109 117
 	global $spip_lang_right, $connect_toutes_rubriques;
@@ -403,6 +411,9 @@  discard block
 block discarded – undo
403 411
 
404 412
 
405 413
 // http://doc.spip.org/@montre_naviguer
414
+/**
415
+ * @param string $ze_logo
416
+ */
406 417
 function montre_naviguer($id_rubrique, $titre, $id_parent, $ze_logo, $flag_editable)
407 418
 {
408 419
 	global $spip_lang_right;
Please login to merge, or discard this patch.
ecrire/exec/poster_forum_prive.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -30,6 +30,10 @@
 block discarded – undo
30 30
 }
31 31
 
32 32
 // http://doc.spip.org/@forum_envoi
33
+/**
34
+ * @param integer $id
35
+ * @param integer $id_parent
36
+ */
33 37
 function forum_envoi(
34 38
 		     $id,
35 39
 		     $id_parent,
Please login to merge, or discard this patch.
ecrire/exec/rechercher.php 1 patch
Doc Comments   +5 added lines patch added patch discarded remove patch
@@ -30,6 +30,11 @@
 block discarded – undo
30 30
 }
31 31
 
32 32
 // http://doc.spip.org/@exec_rechercher_args
33
+/**
34
+ * @param integer $id
35
+ * @param integer $exclus
36
+ * @param string $rac
37
+ */
33 38
 function exec_rechercher_args($id, $type, $exclus, $rac, $do)
34 39
 {
35 40
 	if (!$do) $do = 'aff';
Please login to merge, or discard this patch.
ecrire/exec/rubriques_edit.php 1 patch
Doc Comments   +5 added lines patch added patch discarded remove patch
@@ -22,6 +22,11 @@
 block discarded – undo
22 22
 }
23 23
 
24 24
 // http://doc.spip.org/@exec_rubriques_edit_args
25
+/**
26
+ * @param integer $id_rubrique
27
+ * @param integer $id_parent
28
+ * @param integer $lier_trad
29
+ */
25 30
 function exec_rubriques_edit_args($id_rubrique, $id_parent, $new, $lier_trad)
26 31
 {
27 32
 	global $connect_toutes_rubriques, $connect_statut, $spip_lang_right;
Please login to merge, or discard this patch.
ecrire/exec/sites.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -22,6 +22,9 @@
 block discarded – undo
22 22
 }
23 23
 
24 24
 // http://doc.spip.org/@exec_sites_args
25
+/**
26
+ * @param integer $id_syndic
27
+ */
25 28
 function exec_sites_args($id_syndic)
26 29
 {
27 30
 	if (!autoriser('voir','site',$id_syndic)
Please login to merge, or discard this patch.
ecrire/exec/statistiques_repartition.php 1 patch
Doc Comments   +9 added lines patch added patch discarded remove patch
@@ -15,6 +15,10 @@  discard block
 block discarded – undo
15 15
 include_spip('inc/presentation');
16 16
 
17 17
 // http://doc.spip.org/@enfants
18
+/**
19
+ * @param integer $id_parent
20
+ * @param string $critere
21
+ */
18 22
 function enfants($id_parent, $critere){
19 23
 	global $nombre_vis, $nombre_abs;
20 24
 
@@ -37,6 +41,11 @@  discard block
 block discarded – undo
37 41
 
38 42
 
39 43
 // http://doc.spip.org/@enfants_aff
44
+/**
45
+ * @param integer $id_parent
46
+ * @param integer $decalage
47
+ * @param string $critere
48
+ */
40 49
 function enfants_aff($id_parent,$decalage, $critere, $gauche=0) {
41 50
 
42 51
 	global $niveau;
Please login to merge, or discard this patch.