Remove header4 from page if error - it's empty anyway, but puts lines where there shouldn't be

skala
Yannick Warnier 14 years ago
parent 17b948e574
commit c80e215b0b
  1. 3
      main/inc/global_error_message.inc.php

@ -196,7 +196,6 @@ if (is_int($global_error_code) && $global_error_code > 0) {
</ul>
<div style="clear: both;" class="clear"></div>
</div>
<div id="header4">&nbsp;</div>
</div>
<div class="clear"> </div>
@ -222,4 +221,4 @@ EOM;
}
header('Content-Type: text/html; charset='.$global_error_message['encoding']);
die($global_error_message_page);
}
}

Loading…
Cancel
Save