X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;f=src%2Fpazpar2.h;h=e6d59d38b8ee9ee64e842ecdc9e9ff3cbdf40029;hb=7db06f8379d23e8f1bce2c87f3ce082bb56ac2db;hp=a21c1f1b4b04c5c628aa660f429d140f89680c1c;hpb=15f236dc80e9d06944cc49289fd032d748e0c4bc;p=pazpar2-moved-to-github.git diff --git a/src/pazpar2.h b/src/pazpar2.h index a21c1f1..e6d59d3 100644 --- a/src/pazpar2.h +++ b/src/pazpar2.h @@ -1,4 +1,4 @@ -/* $Id: pazpar2.h,v 1.48 2007-09-05 07:24:04 adam Exp $ +/* $Id: pazpar2.h,v 1.49 2007-09-05 08:40:12 adam Exp $ Copyright (c) 2006-2007, Index Data. This file is part of Pazpar2. @@ -104,8 +104,11 @@ struct session_database struct session_database *next; }; -#define SESSION_WATCH_RECORDS 0 -#define SESSION_WATCH_MAX 0 + + +#define SESSION_WATCH_SHOW 0 +#define SESSION_WATCH_RECORD 1 +#define SESSION_WATCH_MAX 1 #define SESSION_MAX_TERMLISTS 10