Bugzilla – Attachment 11056 Details for
Bug 8377
Show HTML5 video/ audio for media files in OPAC and staff client
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Remove previous version of sysprefs for this enhancement
remove_old_HTML5Media_entries.sql (text/x-sql), 314 bytes, created by
Mirko Tietgen
on 2012-07-21 02:22:48 UTC
(
hide
)
Description:
Remove previous version of sysprefs for this enhancement
Filename:
MIME Type:
Creator:
Mirko Tietgen
Created:
2012-07-21 02:22:48 UTC
Size:
314 bytes
patch
obsolete
>#!/usr/bin/perl > ># delete old versions of HTML5Media sysprefs from Koha DB > >use strict; >use warnings; > >use C4::Context; > >my $dbh = C4::Context->dbh; > >$dbh->do("DELETE FROM `systempreferences` WHERE variable='HTML5MediaEnabled'"); >$dbh->do("DELETE FROM `systempreferences` WHERE variable='HTML5MediaExtensions'"); >
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 Raw
Actions:
View
Attachments on
bug 8377
:
10684
|
10685
|
10688
|
10776
| 11056 |
11057
|
11058
|
11059
|
11067
|
11068
|
11153
|
11545
|
11546
|
11548
|
12372
|
12373
|
12378
|
12447
|
12603
|
13343
|
13623
|
13635
|
13636
|
14279
|
14280
|
14284
|
14285