Bugzilla – Attachment 7096 Details for
Bug 7001
User Configurable Slips
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
bug 7001 - fix errant ) that broke updatedatabase
bug-7001---fix-errant--that-broke-updatedatabase.patch (text/plain), 1.31 KB, created by
Liz Rea
on 2012-01-09 15:40:33 UTC
(
hide
)
Description:
bug 7001 - fix errant ) that broke updatedatabase
Filename:
MIME Type:
Creator:
Liz Rea
Created:
2012-01-09 15:40:33 UTC
Size:
1.31 KB
patch
obsolete
>From a4f1a9e3d8652fdbab568f4c2b5abae47e334e15 Mon Sep 17 00:00:00 2001 >From: Liz Rea <wizzyrea@gmail.com> >Date: Mon, 9 Jan 2012 09:32:11 -0600 >Subject: [PATCH] bug 7001 - fix errant ) that broke updatedatabase >Content-Type: text/plain; charset="utf-8" > >--- > installer/data/mysql/updatedatabase.pl | 4 +--- > 1 files changed, 1 insertions(+), 3 deletions(-) > >diff --git a/installer/data/mysql/updatedatabase.pl b/installer/data/mysql/updatedatabase.pl >index 3913e79..5bbb099 100755 >--- a/installer/data/mysql/updatedatabase.pl >+++ b/installer/data/mysql/updatedatabase.pl >@@ -4677,9 +4677,7 @@ Date due: <<issues.date_due>><br /> > > $dbh->do("INSERT INTO `systempreferences` (variable,value,explanation,options,type) VALUES('NoticeCSS','','Notices CSS url.',NULL,'free')"); > $dbh->do("INSERT INTO `systempreferences` (variable,value,explanation,options,type) VALUES('SlipCSS','','Slips CSS url.',NULL,'free')"); >- >- $dbh->do("UPDATE `letter` SET content = replace(content, '<<title>>', '<<biblio.title>>') WHERE code = 'HOLDPLACED')"); >- >+ $dbh->do("UPDATE `letter` SET content = replace(content, '<<title>>', '<<biblio.title>>') WHERE code = 'HOLDPLACED'"); > print "Upgrade to $DBversion done (Add branchcode and is_html to letter table; Add NoticeCSS and SlipCSS sysprefs)\n"; > SetVersion($DBversion); > } >-- >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 7001
:
6028
|
6047
|
6357
|
6854
|
6942
|
7042
|
7045
|
7096
|
7099
|
7111
|
7119
|
7129
|
7169
|
7283
|
7340
|
7416
|
7572
|
7673
|
7783
|
7796
|
7804
|
7936
|
8104
|
8169
|
8196