Angus Leeming wrote:
Incidentally, Michael, two points:
1. The hebrew translator "anon@anon" isn't very useful. I'll replace
him with "".
Fine. I hope you know that you have to remove the translator name from
the corresponding po file he.po. Afterwards, you can re-reate the
i18n.php3 file wit
Lars Gullik Bjønnes wrote:
> Angus Leeming <[EMAIL PROTECTED]> writes:
> | Index: end.php3
> | -if ($counter_file) {
> | +if (isset($counter_file)) {
> | counter($counter_file);
> | }
>
> Then you need an else clause, I belive that counter() emmits a
> warning messge if it is unable to o
Michael Schmitt wrote:
> Dear Angus,
>
> did my last change fix the setCookie problem on my web page?
>
> In the meantime, I had an idea why there are PHP warnings at the end
> of the document. As you can see, I have activated PHP error
> reporting at the beginning of the script. This is quite u
Angus Leeming <[EMAIL PROTECTED]> writes:
| Index: end.php3
| ===
| RCS file: /usr/local/lyx/cvsroot/www-devel/end.php3,v
| retrieving revision 1.11
| diff -u -r1.11 end.php3
| --- end.php328 Nov 2002 01:41:22 - 1.11
| ++
Michael Schmitt wrote:
> Dear Angus,
>
> did my last change fix the setCookie problem on my web page?
>
> In the meantime, I had an idea why there are PHP warnings at the end
> of the document. As you can see, I have activated PHP error
> reporting at the beginning of the script. This is quite u
Dear Angus,
did my last change fix the setCookie problem on my web page?
In the meantime, I had an idea why there are PHP warnings at the end of
the document. As you can see, I have activated PHP error reporting at
the beginning of the script. This is quite useful because people tend to
make m