diff --git a/ecrire/action/export_all.php b/ecrire/action/export_all.php index 56f2094d71d022aadfb506e533464849c976f96b..4452004c515115be7c68674cd1d87b85ccfb6ec2 100644 --- a/ecrire/action/export_all.php +++ b/ecrire/action/export_all.php @@ -16,6 +16,7 @@ include_spip('inc/export'); include_spip('inc/actions'); include_spip('inc/minipres'); +// http://doc.spip.org/@action_export_all_dist function action_export_all_dist() { global $connect_toutes_rubriques ; diff --git a/ecrire/exec/export_all.php b/ecrire/exec/export_all.php index a6f43b19137c1dd57954a0e4cc2a44d8fe53aee5..c4da644122d2530218061a9b1aac60f017d2e201 100644 --- a/ecrire/exec/export_all.php +++ b/ecrire/exec/export_all.php @@ -169,6 +169,7 @@ function exec_export_all_dist() // + toutes les tables auxiliaires hors relations // + les tables relations dont les deux tables liees sont dans la liste +// http://doc.spip.org/@export_all_list_tables function export_all_list_tables() { $tables_for_dump = array(); diff --git a/ecrire/inc/export.php b/ecrire/inc/export.php index a7ded7c4516d3fddcbecad2dd22c931382c40f63..9a906f9aa5189902ccf45c1b514367904a09fd0d 100644 --- a/ecrire/inc/export.php +++ b/ecrire/inc/export.php @@ -139,6 +139,7 @@ function text_to_xml($string) { // production de l'entete du fichier d'archive +// http://doc.spip.org/@export_entete function export_entete() { return @@ -154,6 +155,7 @@ $GLOBALS['meta']['charset']."\"?".">\n" . >\n"; } +// http://doc.spip.org/@export_enpied function export_enpied () { return "</SPIP>\n";} ?>