]> git.evergreen-ils.org Git - Evergreen.git/commit
TPAC: Prevent unitialized variable warnings in My Account (repair)
authorBill Erickson <berick@esilibrary.com>
Thu, 3 May 2012 20:36:38 +0000 (16:36 -0400)
committerDan Scott <dan@coffeecode.net>
Sun, 3 Jun 2012 01:28:21 +0000 (21:28 -0400)
commita10bd90bbdb50424054b63ba3db3983cb1f6e2f9
treed1ffdbd51cd99cb4ed0f5bc42ff6cd9f359ca216
parentc2eb7d12fc491d15217995340b37e35565dd57d6
TPAC: Prevent unitialized variable warnings in My Account (repair)

The logic in the second IF test was slightly altered by the fix.  An
undef value for username_unlimit should result in executing the block.
Since org setting values are stored as real boolean values, I simplified
the test to a simple if(!username_unlimit) test.

Signed-off-by: Bill Erickson <berick@esilibrary.com>
Signed-off-by: Dan Scott <dan@coffeecode.net>
Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/Account.pm