diff --git a/ecrire/exec/export_all.php b/ecrire/exec/export_all.php index 73b17b876e29ee618d8cf0c1146e6cfa18670ada..54a6504505da5b0e9b22aed1ef217a1f1e6b60c6 100644 --- a/ecrire/exec/export_all.php +++ b/ecrire/exec/export_all.php @@ -33,8 +33,7 @@ if ($f = include_spip('mes_fonctions', false)) { global $EXPORT_tables_noexport; -if (!isset($EXPORT_tables_noexport)) - { +if (!isset($EXPORT_tables_noexport)){ $EXPORT_tables_noexport= array( 'spip_ajax_fonc', 'spip_caches', @@ -48,10 +47,11 @@ if (!isset($EXPORT_tables_noexport)) 'spip_ortho_cache', 'spip_ortho_dico' ); - if (!$GLOBALS['connect_toutes_rubriques']) + if (!$GLOBALS['connect_toutes_rubriques']){ $EXPORT_tables_noexport[]='spip_messages'; $EXPORT_tables_noexport[]='spip_auteurs_messages'; - } + } +} function exec_export_all_dist() {