Subversion Repositories cheapmusic

Rev

Rev 52 | Rev 59 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 52 Rev 54
Line 14... Line 14...
14
define("MAXPULLRESULTS", 50);
14
define("MAXPULLRESULTS", 50);
15
define("MAXSHOWRESULTS", 25);
15
define("MAXSHOWRESULTS", 25);
16
 
16
 
17
$buttonArr = array('All', 'New', 'Used', 'CD', 'Record', 'Digital', 'Book');
17
$buttonArr = array('All', 'New', 'Used', 'CD', 'Record', 'Digital', 'Book');
18
$formatArr = array('Any', 'CD', 'Record', 'Digital', 'Book');
18
$formatArr = array('Any', 'CD', 'Record', 'Digital', 'Book');
19
 
-
 
20
?>
-