From a934a881a72327556147cf875b39e5e42cafb36b Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Wed, 18 Jun 2003 16:42:27 +0000 Subject: [PATCH] Ajoute un message d'erreur --- htdocs/comm/docsoc.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/htdocs/comm/docsoc.php b/htdocs/comm/docsoc.php index 6f730260b4a..7016307b14b 100644 --- a/htdocs/comm/docsoc.php +++ b/htdocs/comm/docsoc.php @@ -177,6 +177,10 @@ if ($socid > 0) closedir($handle); } + else + { + print "

Impossible d'ouvrir : $upload_dir"; + } } else {