Skip to content
Extraits de code Groupes Projets
Valider eeb48693 rédigé par Christian Lefebvre's avatar Christian Lefebvre
Parcourir les fichiers

autodoc

parent a6be1793
Branches
Étiquettes
Aucune requête de fusion associée trouvée
...@@ -131,6 +131,7 @@ function forum_envoi( ...@@ -131,6 +131,7 @@ function forum_envoi(
. fin_page(); . fin_page();
} }
// http://doc.spip.org/@forum_envoi_articles
function forum_envoi_articles($id, $row, $retour) { function forum_envoi_articles($id, $row, $retour) {
$table ='articles'; $table ='articles';
$objet = 'id_article'; $objet = 'id_article';
...@@ -141,6 +142,7 @@ function forum_envoi_articles($id, $row, $retour) { ...@@ -141,6 +142,7 @@ function forum_envoi_articles($id, $row, $retour) {
return array($table, $objet, $titre, $num, $retour, $id, ''); return array($table, $objet, $titre, $num, $retour, $id, '');
} }
// http://doc.spip.org/@forum_envoi_breves_voir
function forum_envoi_breves_voir($id, $row, $retour) { function forum_envoi_breves_voir($id, $row, $retour) {
$table = 'breves'; $table = 'breves';
$objet = 'id_breve'; $objet = 'id_breve';
...@@ -151,6 +153,7 @@ function forum_envoi_breves_voir($id, $row, $retour) { ...@@ -151,6 +153,7 @@ function forum_envoi_breves_voir($id, $row, $retour) {
return array($table, $objet, $titre, $num, $retour, $id, ''); return array($table, $objet, $titre, $num, $retour, $id, '');
} }
// http://doc.spip.org/@forum_envoi_message
function forum_envoi_message($id, $row, $retour) { function forum_envoi_message($id, $row, $retour) {
$table = 'messages'; $table = 'messages';
$objet = 'id_message'; $objet = 'id_message';
...@@ -161,6 +164,7 @@ function forum_envoi_message($id, $row, $retour) { ...@@ -161,6 +164,7 @@ function forum_envoi_message($id, $row, $retour) {
return array($table, $objet, $titre, $num, $retour, $id, ''); return array($table, $objet, $titre, $num, $retour, $id, '');
} }
// http://doc.spip.org/@forum_envoi_naviguer
function forum_envoi_naviguer($id, $row, $retour) { function forum_envoi_naviguer($id, $row, $retour) {
$table = 'rubriques'; $table = 'rubriques';
$objet = 'id_rubrique'; $objet = 'id_rubrique';
...@@ -171,6 +175,7 @@ function forum_envoi_naviguer($id, $row, $retour) { ...@@ -171,6 +175,7 @@ function forum_envoi_naviguer($id, $row, $retour) {
return array($table, $objet, $titre, $num, $retour, $id, ''); return array($table, $objet, $titre, $num, $retour, $id, '');
} }
// http://doc.spip.org/@forum_envoi_sites
function forum_envoi_sites($id, $row, $retour) { function forum_envoi_sites($id, $row, $retour) {
$table = 'syndic'; $table = 'syndic';
$objet = 'id_syndic'; $objet = 'id_syndic';
...@@ -181,6 +186,7 @@ function forum_envoi_sites($id, $row, $retour) { ...@@ -181,6 +186,7 @@ function forum_envoi_sites($id, $row, $retour) {
return array($table, $objet, $titre, $num, $retour, $id, ''); return array($table, $objet, $titre, $num, $retour, $id, '');
} }
// http://doc.spip.org/@forum_envoi_forum
function forum_envoi_forum($id, $row, $retour) { function forum_envoi_forum($id, $row, $retour) {
$table = $titre = $num = ''; $table = $titre = $num = '';
...@@ -192,6 +198,7 @@ function forum_envoi_forum($id, $row, $retour) { ...@@ -192,6 +198,7 @@ function forum_envoi_forum($id, $row, $retour) {
return array($table, $objet, $titre, $num, $retour, $id, $corps); return array($table, $objet, $titre, $num, $retour, $id, $corps);
} }
// http://doc.spip.org/@forum_envoi_forum_admin
function forum_envoi_forum_admin($id, $row, $retour) { function forum_envoi_forum_admin($id, $row, $retour) {
return forum_envoi_forum($id, $row, $retour); return forum_envoi_forum($id, $row, $retour);
} }
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter