View | Details | Raw Unified | Return to bug 11926
Collapse All | Expand All

(-)a/C4/UsageStats.pm (-1 / +3 lines)
Lines 23-29 use POSIX qw(strftime); Link Here
23
use LWP::UserAgent;
23
use LWP::UserAgent;
24
use JSON;
24
use JSON;
25
25
26
=head1 NAME C4::UsageStats
26
=head1 NAME
27
28
C4::UsageStats
27
29
28
=head1 DESCRIPTION
30
=head1 DESCRIPTION
29
31
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/admin.pref (-9 lines)
Lines 105-118 Administration: Link Here
105
                  yes: Allow
105
                  yes: Allow
106
                  no: "Don't Allow"
106
                  no: "Don't Allow"
107
            - Mozilla persona for login
107
            - Mozilla persona for login
108
    Search Engine:
109
        -
110
            - pref: SearchEngine
111
              default: Zebra
112
              choices:
113
                Solr: Solr
114
                Zebra: Zebra
115
            - is the search engine used.
116
    Usage Stats:
108
    Usage Stats:
117
        -
109
        -
118
            - pref: UsageStatsShare
110
            - pref: UsageStatsShare
119
- 

Return to bug 11926