Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
digibib
koha-docker
Commits
f5af0c58
Commit
f5af0c58
authored
Jun 13, 2018
by
Benjamin Rokseth
Browse files
cronjob item_marc_exploder - remove ref to deleted_biblio*
parent
9801b865
Changes
1
Hide whitespace changes
Inline
Side-by-side
files/cronjobs/item_marc_exploder.pl
View file @
f5af0c58
...
...
@@ -79,8 +79,6 @@ sub INSERT_tag {
my
$query
=
"
SELECT * FROM biblio_metadata
";
$age
and
$query
.=
"
WHERE timestamp > NOW() - INTERVAL
$age
SECOND
";
$query
.=
"
UNION ALL SELECT * FROM deletedbiblio_metadata
";
$age
and
$query
.=
"
WHERE timestamp > NOW() - INTERVAL
$age
SECOND
";
$dbg
and
print
STDERR
"
$query
\n
";
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment