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.
element_property($key)drupal-5/includes/common.inc, line 2212
Check if the key is a property.
<?php function element_property($key) { return $key[0] == '#'; } ?>