Page 1 of 1

CustomContent Module DEBUG text at the top of the "restricted" page?

Posted: Fri Jun 02, 2006 10:55 am
by rhys
CustomContent Module

how do I get rid of the DEBUG-text at the top of the "restricted" page?

[attachment deleted by admin]

Re: CustomContent Module DEBUG text at the top of the "restricted" page?

Posted: Fri Jun 09, 2006 12:15 am
by calguy1000
Editing the CustomContent.module.php file and change the echo statement to:

echo "";

that should solve the problem.

I've deleted this line from the svn version.

Re: CustomContent Module DEBUG text at the top of the "restricted" page?

Posted: Mon Jun 12, 2006 12:36 pm
by rhys
Thanks Calguy

I already fixed it, by deleting the echo line of code as you suggested.
rhys