I have the problem,
Something happened to my server setup and all of a sudden
I am getting warning messages I haven't gotten before.
When I run the following piece of code:
if (!isset($lang))
{
$lang="eng";
}
I get the following warning:
Warning: Use of undefined constant eng - assumed 'eng' in
/var/www/kulchitski/btl/template.php on line 40
Can I fix this somehow?
Vlad
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

