Quote:
Originally Posted by twister17e
Your mod looks good, but I got an error when trying to install your mod to test it out. The error reported was:
XML Error: mismatched tag at Line 52.
|
Thanks for pointing this out, should be fixed in 0.91
Quote:
Originally Posted by ragtek
PHP Code:
define('NO_REGISTER_GLOBALS', 1);
isn't needed
|
Ah thanks I didn't realise it was depreciated!
Quote:
Originally Posted by ragtek
use templates instead of
PHP Code:
$comments = "<tr><td class=\"alt1\"><div class=\"commentleft\">" . $vbphrase['pprm_you'] . "<br/>" . $vbphrase['pprm_open'] . "<br/>" . vbdate('d/m/Y @ G:i', $rpt['reporttime'], true, true) . "</div>" . $rpt['reason'] . "</td></tr>";
|
thanks, lol, I will template that in a future version.