Rev 9 | Rev 54 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
<?php
// Media Types
//define("CD", 0);
//define("RECORD", 1);
//define("DIGITAL", 2);
//define("BOOK", 3);
// Search Types
define("NEW", 0);
define("USED", 1);
define("DIGITAL", 2);
define("BOOK", 3);
define("MAXPULLRESULTS", 50);
define("MAXSHOWRESULTS", 25);
$buttonArr = array('All', 'New', 'Used', 'CD', 'Record', 'Digital', 'Book');
?>