Bug 13969: Replace calls to $sth->fetchrow* with a call to $dbh->selectrow* and Clean...
authorJulian FIOL <julian.fiol@biblibre.com>
Tue, 14 Apr 2015 08:00:02 +0000 (10:00 +0200)
committerTomas Cohen Arazi <tomascohen@gmail.com>
Thu, 14 May 2015 14:11:41 +0000 (11:11 -0300)
commitf863292a9226d3d99163d0b381befbbe7f75c67d
tree2c6c98e5d66ee36729879dff1fbbd5337bd1951e
parent6bc6d0254ba8694303576be7822d5972d8eff306
Bug 13969: Replace calls to $sth->fetchrow* with a call to $dbh->selectrow* and Cleaning files

1. Replace all calls to $sth->fetchrow_array
   with a call to $dbh->selectrow_array

2. Cleaning Review.t file with perltiny

3. Cleaning Review.t && Review.pl files with koha-qa tool

Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com>
No koha-qa errors

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
C4/Review.pm
t/db_dependent/Review.t