]> git.koha-community.org Git - koha.git/commit
Bug 8176 [SIGNED-OFF] Assign an intial value to $sqlwhere
authorColin Campbell <colin.campbell@ptfs-europe.com>
Fri, 1 Jun 2012 07:10:21 +0000 (08:10 +0100)
committerChris Cormack <chrisc@catalyst.net.nz>
Wed, 6 Jun 2012 05:36:39 +0000 (17:36 +1200)
commita208e8445bb701e514ec3ca2afed1803beb7d812
tree55331577f6290a246606a66c5ae787428adb06a0
parent90d69b469da0d8537bd113053550e29e4b4c3377
Bug 8176 [SIGNED-OFF] Assign an intial value to $sqlwhere

warnings in log because of undefined value in
string concatenation
variable should be initialized to empty string rather
than left undefined

Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
Removes a warning in logs

Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
C4/Serials.pm