DEBUG: undefined var
Posted: 15. January 2012 21:57
[phpBB Debug] PHP Notice: in file /portal/modules/portal_events.php on line 83: Use of undefined constant TEXT_TEST - assumed 'TEXT_TEST'
the module code
the language file
Do I have to add sth like "isset()"? If yes, where do I have to?
the module code
Code: Select all
'TEXT_TEST' => sprintf($user->lang[TEXT_TEST], '3'),
Code: Select all
'TEXT_TEST' => '[test string /w placeholder var aus script: <strong>%d</strong>]',