Bugzilla – Attachment 33434 Details for
Bug 12448
Ask for confirmation when checking out an item with rental fees
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 12448: (RM followup) fix bug number in updatedatabase.pl
Bug-12448-RM-followup-fix-bug-number-in-updatedata.patch (text/plain), 1.11 KB, created by
Tomás Cohen Arazi (tcohen)
on 2014-11-10 15:56:49 UTC
(
hide
)
Description:
Bug 12448: (RM followup) fix bug number in updatedatabase.pl
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2014-11-10 15:56:49 UTC
Size:
1.11 KB
patch
obsolete
>From aa37fbfd53b45ff285a2cffee8d7110aaa824cfa Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@gmail.com> >Date: Mon, 10 Nov 2014 12:54:46 -0300 >Subject: [PATCH] Bug 12448: (RM followup) fix bug number in updatedatabase.pl > >Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com> >--- > installer/data/mysql/updatedatabase.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/installer/data/mysql/updatedatabase.pl b/installer/data/mysql/updatedatabase.pl >index a44141e..5ada385 100755 >--- a/installer/data/mysql/updatedatabase.pl >+++ b/installer/data/mysql/updatedatabase.pl >@@ -9022,7 +9022,7 @@ if ( CheckVersion($DBversion) ) { > $dbh->do(q| > INSERT INTO systempreferences (variable,value,options,explanation,type) VALUES('RentalFeesCheckoutConfirmation', '0', NULL , 'Allow user to confirm when checking out an item with rental fees.', 'YesNo') > |); >- print "Upgrade to $DBversion done (Bug 11169 - Add RentalFeesCheckoutConfirmation syspref)\n"; >+ print "Upgrade to $DBversion done (Bug 12448 - Add RentalFeesCheckoutConfirmation syspref)\n"; > SetVersion($DBversion); > } > >-- >1.9.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 12448
:
28954
|
29123
|
29124
|
29182
|
29311
|
29312
|
29313
|
29361
|
29362
|
29363
|
29364
|
29367
|
29368
|
29371
|
29372
|
29373
|
29374
|
29543
|
30307
|
30515
|
30862
|
30864
| 33434