Bugzilla – Attachment 21016 Details for
Bug 10523
Remove two obsolete routines from Installer.pm
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 10523: QA Followup - Remove unused variable
Bug-10523-QA-Followup---Remove-unused-variable.patch (text/plain), 960 bytes, created by
Kyle M Hall (khall)
on 2013-09-12 13:03:14 UTC
(
hide
)
Description:
Bug 10523: QA Followup - Remove unused variable
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2013-09-12 13:03:14 UTC
Size:
960 bytes
patch
obsolete
>From 80368e73759743d0de73c72a8f2079d142c69159 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Thu, 12 Sep 2013 08:53:41 -0400 >Subject: [PATCH] Bug 10523: QA Followup - Remove unused variable > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > C4/Installer.pm | 4 +--- > 1 files changed, 1 insertions(+), 3 deletions(-) > >diff --git a/C4/Installer.pm b/C4/Installer.pm >index 2add0e8..eff8f7a 100644 >--- a/C4/Installer.pm >+++ b/C4/Installer.pm >@@ -34,9 +34,7 @@ C4::Installer > my $installer = C4::Installer->new(); > my $all_languages = getAllLanguages(); > my $error = $installer->load_db_schema(); >- my $list; >- #fill $list with list of sql files >- my ($fwk_language, $error_list) = $installer->load_sql_in_order($all_languages, @$list); >+ my ($fwk_language, $error_list) = $installer->load_sql_in_order($all_languages); > $installer->set_version_syspref(); > $installer->set_marcflavour_syspref('MARC21'); > >-- >1.7.2.5
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 10523
:
19314
|
19323
|
21012
|
21013
|
21015
|
21016