Subversion Repositories cheapmusic

Rev

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

Rev 70 Rev 71
Line 7... Line 7...
7
 
7
 
8
define("MAXPULLRESULTS", 50);
8
define("MAXPULLRESULTS", 50);
9
define("MAXSHOWRESULTS", 25);
9
define("MAXSHOWRESULTS", 25);
10
define("MAXTITLELENGTH", 80);
10
define("MAXTITLELENGTH", 80);
11
 
11
 
-
 
12
// Wishlist freuencies
-
 
13
define("DAILY", 0);
-
 
14
define("WEEKLY", 1);
-
 
15
define("MONTHLY", 2);
-
 
16
$wlFreqArr = array(
-
 
17
    'Daily',
-
 
18
    'Weekly',
-
 
19
    'Monthly'
-
 
20
);
-
 
21
 
-
 
22
// FindCheapMusic Site Config file
12
define("FCM_CONFIGFILE", "/../MyFiles/config/cheapmusic.ini");
23
define("FCM_CONFIGFILE", "/../MyFiles/config/cheapmusic.ini");
13
 
24
 
14
$buttonArr = array(
25
$buttonArr = array(
15
    'All',
26
    'All',
16
    'New',
27
    'New',