Note: please don't spam any of the e-mail addresses which you see here. Follow this link if you want some addresses to misuse.
From: "godfrey" <godfrey@hattaways.com>
Date: Sat, 2 Mar 2002 08:52:49 +1300
Subject: PPR: PPR 1.50a1 show_printlog.cgi error
Lines 86 and 87 in cgi-bin/show_printlog.cgi have an error
currently
die sprintf(_("Print job logging is disabled. To enable it, create the file
\"%s\"\n"
"and make sure the user \"%s\" can write to it.\n"),
$filename, $USER_PPR);
to get it to work have changed to
die sprintf(_("Print job logging is disabled. To enable it, create the file
\"%s\"\n
and make sure the user \"%s\" can write to it.\n"),
$filename, $USER_PPR);
Godfrey