Re: PHP script (internationalization)

2003-01-23 Thread Michael Schmitt
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

Re: PHP script (internationalization)

2003-01-23 Thread Angus Leeming
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

Re: PHP script (internationalization)

2003-01-23 Thread Angus Leeming
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

Re: PHP script (internationalization)

2003-01-23 Thread Lars Gullik Bjønnes
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 | ++

Re: PHP script (internationalization)

2003-01-23 Thread Angus Leeming
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

Re: PHP script (internationalization)

2003-01-23 Thread Michael Schmitt
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