<?
/* ORIGINAL:
echo $tmp_email_receipt = "


        <tr>
        	<td colspan='$TABLE_X_colspan' height='$TABLE_X_spacer_height'><!-- spacer --></td>
        </tr>
        <!-- INSERT TABLE_X MENU ROW CONTENT BELOW: -->
        
";

$build_email_receipt = $build_email_receipt . $tmp_email_receipt;

#clear $tmp_spacer_height
$TABLE_X_spacer_height = "";

*/



//$TABLE_X_spacer_height = $TABLE_X_spacer_height;

if(!empty($height)) $TABLE_X_spacer_height = $height;


echo $tmp_email_receipt = "


        <tr>
        	<td colspan='". $TABLE_X_colspan ."' height='". $TABLE_X_spacer_height ."' class='spacer_TABLE_X_colspan_td_1'><!-- spacer --></td>
        </tr>
        <!-- INSERT TABLE_X MENU ROW CONTENT BELOW: -->
        
";

$build_email_receipt = $build_email_receipt . $tmp_email_receipt;

#clear $tmp_spacer_height
unset($TABLE_X_spacer_height);



?>
