changed parameter for get_pdftext function

This commit is contained in:
duergner 2004-05-23 15:25:14 +00:00
parent 1658476912
commit 3a27f1591f
1 changed files with 1 additions and 1 deletions

View File

@ -681,7 +681,7 @@ class Config {
}
// returns text for user PDF files
function get_pdftext() {
function get_pdftext($name = "User") {
if ($this->pdftext) return $this->pdftext;
else return "";
}