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

(-)a/Koha/DateUtils.pm (-2 / +2 lines)
Lines 13-20 package Koha::DateUtils; Link Here
13
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
13
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License along with
15
# You should have received a copy of the GNU General Public License along with
16
# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place,
16
# Koha; if not, write to the Free Software Foundation, Inc.,
17
# Suite 330, Boston, MA  02111-1307 USA
17
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
18
18
19
use strict;
19
use strict;
20
use warnings;
20
use warnings;
(-)a/Koha/Indexer/Utils.pm (-2 / +2 lines)
Lines 13-20 package Koha::Indexer::Utils; Link Here
13
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
13
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License along with
15
# You should have received a copy of the GNU General Public License along with
16
# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place,
16
# Koha; if not, write to the Free Software Foundation, Inc.,
17
# Suite 330, Boston, MA  02111-1307 USA
17
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
18
18
19
use strict;
19
use strict;
20
use warnings;
20
use warnings;
(-)a/members/statistics.pl (-4 / +2 lines)
Lines 13-21 Link Here
13
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
13
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License along with
15
# You should have received a copy of the GNU General Public License along with
16
# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place,
16
# Koha; if not, write to the Free Software Foundation, Inc.,
17
# Suite 330, Boston, MA  02111-1307 USA
17
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
18
19
18
20
=head1 members/statistics.pl
19
=head1 members/statistics.pl
21
  Generate statistic issues for a member
20
  Generate statistic issues for a member
22
- 

Return to bug 10143