Blame | Letzte Änderung | Log anzeigen | RSS feed
<?php// $Id: EbatNs_Defines.php 4066 2011-11-03 08:13:59Z tiefland $// $Log: EbatNs_Defines.php,v $// Revision 1.2 2008-05-02 15:04:05 carsten// Initial, PHP5////// ebay PHP at definesDEFINE("EBAY_NOTHING", null);DEFINE("EBAY_REMOVE_ACTION", '__DO_REMOVE_ACTION__');DEFINE("EBAY_ERR_SUCCESS", "0");DEFINE("EBAY_ERR_ERROR", "1");DEFINE("EBAY_ERR_WARNING", "2");?>