Subversion Repositories cheapmusic

Rev

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

Rev 127 Rev 138
Line 10... Line 10...
10
 
10
 
11
define("MAXPULLRESULTS", 50);
11
define("MAXPULLRESULTS", 50);
12
define("MAXSHOWRESULTS", 25);
12
define("MAXSHOWRESULTS", 25);
13
define("MAXTITLELENGTH", 80);
13
define("MAXTITLELENGTH", 80);
14
 
14
 
-
 
15
define("SIMPLE_SEARCH", 0);
-
 
16
define("ADVANCED_SEARCH", 1);
-
 
17
 
15
// Wishlist freuencies
18
// Wishlist frequencies
16
define("DAILY", 0);
19
define("DAILY", 0);
17
define("WEEKLY", 1);
20
define("WEEKLY", 1);
18
define("MONTHLY", 2);
21
define("MONTHLY", 2);
19
$wlFreqArr = array(
22
$wlFreqArr = array(
20
    'Daily',
23
    'Daily',