From df2e9e9edca4e40483898f5a6e6cb267b2c5ab20 Mon Sep 17 00:00:00 2001 From: ARNO* <arno@rezo.net> Date: Sat, 25 Feb 2006 07:34:01 +0000 Subject: [PATCH] =?UTF-8?q?imagetfbox=20et=20imagetftex:=20bug.=20Le=20der?= =?UTF-8?q?nier=20argument=20doit=20e=CC=82tre=20une=20array()?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ecrire/inc_documents.php | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/ecrire/inc_documents.php b/ecrire/inc_documents.php index 651f8f38b6..0a40a69787 100644 --- a/ecrire/inc_documents.php +++ b/ecrire/inc_documents.php @@ -539,14 +539,11 @@ $document=0) { // Un menu depliant si on a une possibilite supplementaire $test_ftp = ($connect_statut == '0minirezo' AND $GLOBALS['flag_upload']); $test_distant = ($mode == 'document' AND $type); - if ($test_ftp OR $test_distant) $res .= "<div>" . debut_block_invisible("ftp$num_form"); if ($test_ftp) - $res .= afficher_transferer_upload($type, - texte_upload_manuel(_DIR_TRANSFERT, - $inclus)); + $res .= afficher_transferer_upload($type, texte_upload_manuel(_DIR_TRANSFERT,$inclus)); // Lien document distant, jamais en mode image @@ -923,6 +920,7 @@ function afficher_documents_non_inclus($id_article, $type = "article", $flag_mod global $couleur_claire, $connect_id_auteur, $connect_statut; global $options, $spip_lang_left, $spip_lang_right; + // Afficher portfolio ///////// -- GitLab