Rev 1 | Blame | Last modification | View Log | RSS feed
<?php
// Media Types
//define("CD", 0);
//define("RECORD", 1);
//define("DIGITAL", 2);
// Search Types
define("NEW", 0);
define("USED", 1);
define("DIGITAL", 2);
define("MAXPULLRESULTS", 50);
define("MAXSHOWRESULTS", 25);
$buttonArr = array('All', 'New', 'Used', 'Digital');
?>