Subversion Repositories cheapmusic

Rev

Rev 59 | Rev 66 | 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);

define("MAXTITLELENGTH", 80);

$buttonArr = array(
    'All',
    'New',
    'Used',
    'CD',
    'Record',
    'Digital',
    'Book'
);
$formatArr = array(
    'Any',
    'CD',
    'Record',
    'Digital',
    'Book'
);