Bugzilla – Attachment 2979 Details for
Bug 5611
can't add comments and tags in the OPAC when mod_perl is activated
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch for C4::Scrubber.pm
st_fixScrubberError.patch (text/plain), 804 bytes, created by
Brice Sanchez
on 2011-01-12 14:03:40 UTC
(
hide
)
Description:
patch for C4::Scrubber.pm
Filename:
MIME Type:
Creator:
Brice Sanchez
Created:
2011-01-12 14:03:40 UTC
Size:
804 bytes
patch
obsolete
>diff --git a/C4/Scrubber.pm b/C4/Scrubber.pm >index 80e08e5..d01795a 100644 >--- a/C4/Scrubber.pm >+++ b/C4/Scrubber.pm >@@ -30,19 +30,18 @@ BEGIN { > # @ISA = qw(HTML::Scrubber); > } > >-INIT { >- %scrubbertypes = ( >- default => {}, # place holder, default settings are below as fallbacks in call to constructor >- tag => {}, # uses defaults >- comment => { >- allow => [qw( br b i em big small strong )], >- }, >- staff => { >- default => [ 1 =>{'*'=>1} ], >- comment => 1, >- }, >- ); >-} >+ >+my %scrubbertypes = ( >+ default => {}, # place holder, default settings are below as fallbacks in call to constructor >+ tag => {}, # uses defaults >+ comment => { >+ allow => [qw( br b i em big small strong )], >+ }, >+ staff => { >+ default => [ 1 =>{'*'=>1} ], >+ comment => 1, >+ }, >+); > > > sub new {
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 5611
: 2979