Subversion Repositories cheapmusic

Rev

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

Rev 138 Rev 141
Line 12... Line 12...
12
define("MAXSHOWRESULTS", 25);
12
define("MAXSHOWRESULTS", 25);
13
define("MAXTITLELENGTH", 80);
13
define("MAXTITLELENGTH", 80);
14
 
14
 
15
define("SIMPLE_SEARCH", 0);
15
define("SIMPLE_SEARCH", 0);
16
define("ADVANCED_SEARCH", 1);
16
define("ADVANCED_SEARCH", 1);
-
 
17
define("AS_FIELD", "*:*");
-
 
18
define("AS_TOKEN", "*|*");
17
 
19
 
18
// Wishlist frequencies
20
// Wishlist frequencies
19
define("DAILY", 0);
21
define("DAILY", 0);
20
define("WEEKLY", 1);
22
define("WEEKLY", 1);
21
define("MONTHLY", 2);
23
define("MONTHLY", 2);