Bugzilla – Attachment 21590 Details for
Bug 9739
more options for serialsUpdate.pl
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[PASSED QA] Bug 9739 - followup - adds missing comma
PASSED-QA-Bug-9739---followup---adds-missing-comma.patch (text/plain), 948 bytes, created by
Katrin Fischer
on 2013-09-29 11:15:21 UTC
(
hide
)
Description:
[PASSED QA] Bug 9739 - followup - adds missing comma
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2013-09-29 11:15:21 UTC
Size:
948 bytes
patch
obsolete
>From 184a4cf96684a1f6b45abfc6c338713deebd9d02 Mon Sep 17 00:00:00 2001 >From: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com> >Date: Sat, 7 Sep 2013 23:00:48 -0300 >Subject: [PATCH] [PASSED QA] Bug 9739 - followup - adds missing comma > >Adds a missing comma in select statement. > >Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com> >Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de> >--- > misc/cronjobs/serialsUpdate.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/misc/cronjobs/serialsUpdate.pl b/misc/cronjobs/serialsUpdate.pl >index d82a0bb..2b3c98d 100755 >--- a/misc/cronjobs/serialsUpdate.pl >+++ b/misc/cronjobs/serialsUpdate.pl >@@ -94,7 +94,7 @@ my $sth = $dbh->prepare( > serial.serialid, > serial.serialseq, > serial.planneddate, >- serial.publisheddate >+ serial.publisheddate, > subscription.subscriptionid > FROM serial > LEFT JOIN subscription >-- >1.7.9.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 9739
:
15800
|
15801
|
18058
|
18059
|
20871
|
20872
|
20873
|
21588
|
21589
| 21590 |
21592