From 2e12bed1129148cda0c52d5e6c6da5e572f1a7ad Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Fri, 13 Apr 2007 15:43:47 +0000 Subject: [PATCH] URL correcte sur le document --- htdocs/docs/index.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/htdocs/docs/index.php b/htdocs/docs/index.php index 7764a728ca0..bcfad4a69fd 100644 --- a/htdocs/docs/index.php +++ b/htdocs/docs/index.php @@ -56,8 +56,12 @@ if ($resql) $var=!$var; print ""; - print ''.stripslashes($obj->name).''; + print ''; + $loc = get_exdir($obj->rowid).$obj->rowid.".pdf"; + $file = stripslashes($obj->name); + echo ''.$file.''; print ''.strftime("%d/%m/%Y %H:%M",$obj->date_generation).''; + print "\n"; }