Removed "echo 'shouldn´t be in here';" - caused debug error.

Any special reason for this echo?
This commit is contained in:
Kevin
2010-12-31 13:36:41 +00:00
parent 9701614e89
commit a6bf86183f

View File

@@ -98,7 +98,6 @@ class portal_custom_module
*/
if ($config['board3_custom_' . $module_id . '_bbcode'])
{
echo 'shouldn´t be in here';
// Generate text for display and assign template vars
$uid = $config['board3_custom_' . $module_id . '_uid'];
$bitfield = $config['board3_custom_' . $module_id . '_bitfield'];