Add hack to avoid the default HTML in blt.php/wml

This commit is contained in:
Olav Vitters 2009-06-06 15:48:12 +02:00
parent bc342f9fbf
commit f8b0d3d4ef

View file

@ -131,4 +131,7 @@ if (isset ($error) && $error != "") {
if (isset ($handle))
elec_sql_close ($handle);
// don't output the HTML that wml adds below
exit;
?>