From 36a4f60d2a57e7d666dca38334fb2006bc0d0d25 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Wed, 1 May 2002 00:36:56 +0000 Subject: [PATCH] *** empty log message *** --- htdocs/comm/propal.php3 | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/htdocs/comm/propal.php3 b/htdocs/comm/propal.php3 index b83f858eff9..252865d862d 100644 --- a/htdocs/comm/propal.php3 +++ b/htdocs/comm/propal.php3 @@ -368,11 +368,13 @@ if ($propalid) { $file = $conf->propal->outputdir. "/$obj->ref/$obj->ref.pdf"; if (file_exists($file)) { - print "Propale PDFref/$obj->ref.pdf\">$obj->ref.pdf"; + print "Propale PDF"; + print ''.$obj->ref.'.pdf'; } - $file = $GLOBALS["GLJ_ROOT"] . "/www-sys/doc/propal/$obj->ref/$obj->ref.ps"; + $file = $conf->propal->outputdir . "/$obj->ref/$obj->ref.ps"; if (file_exists($file)) { - print "Propale Postscriptref/$obj->ref.ps\">$obj->ref.ps"; + print "Propale Postscript"; + print ''.$obj->ref.'.s'; print ""; } print '(liste...)';