Bugzilla – Attachment 37547 Details for
Bug 13159
Enhancements to the SIP2 command line emulator
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 13159 [QA Followup] - Remove unused call to localtime()
Bug-13159-QA-Followup---Remove-unused-call-to-loca.patch (text/plain), 823 bytes, created by
Kyle M Hall (khall)
on 2015-04-07 14:29:40 UTC
(
hide
)
Description:
Bug 13159 [QA Followup] - Remove unused call to localtime()
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2015-04-07 14:29:40 UTC
Size:
823 bytes
patch
obsolete
>From dad169a0e3a47d9febd101a426742f87d7a1c778 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Tue, 7 Apr 2015 10:29:01 -0400 >Subject: [PATCH] Bug 13159 [QA Followup] - Remove unused call to localtime() > >--- > misc/sip_cli_emulator.pl | 2 -- > 1 files changed, 0 insertions(+), 2 deletions(-) > >diff --git a/misc/sip_cli_emulator.pl b/misc/sip_cli_emulator.pl >index 687f354..ca8ba07 100755 >--- a/misc/sip_cli_emulator.pl >+++ b/misc/sip_cli_emulator.pl >@@ -84,8 +84,6 @@ $terminator = ( $terminator eq 'CR' ) ? $CR : $CRLF; > # Set perl to expect the same record terminator it is sending > $/ = $terminator; > >-my ( $sec, $min, $hour, $day, $month, $year ) = localtime(time); >-$year += 1900; > my $transaction_date = C4::SIP::Sip::timestamp(); > > my $terminal_password = $login_password; >-- >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 13159
:
32901
|
32917
|
32923
|
32924
|
32965
|
32966
|
33648
|
33910
|
33912
|
35039
|
35163
|
35457
|
35666
|
36143
|
36293
|
36294
|
36419
|
36420
|
36421
|
36422
|
36423
|
36426
| 37547