If you Use e-Commerce please consider helping by donating to or sponsoring development. You can make a donation of a one off amount as big or as small as you want, Or alternatively you can sponsor development by paying $US5.00/mth.
drupal_get_headers()drupal-6/includes/common.inc, line 149
Get the HTTP response headers for the current page.
<?php function drupal_get_headers() { return drupal_set_header(); } ?>