]> 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)
committerJared Camins-Esakov <jcamins@cpbibliography.com>
Fri, 13 Jul 2012 01:15:45 +0000 (21:15 -0400)
commit315329693185924ea09b0f21d7b3853543020edb
tree4719f4aaa2c0ae8e43625df70a46f0cd6894a73f
parent1e91ea43d1e12b165dd0d26eece6c257c46a1f44
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>
Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
C4/Serials.pm