projects
/
irspy-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d1dbf0b
)
Include dummy record in XS delete package.
author
Mike Taylor
<mike@indexdata.com>
Wed, 3 Jan 2007 10:38:15 +0000
(10:38 +0000)
committer
Mike Taylor
<mike@indexdata.com>
Wed, 3 Jan 2007 10:38:15 +0000
(10:38 +0000)
This works around a Zebra bug.
web/htdocs/details/delete.mc
patch
|
blob
|
history
diff --git
a/web/htdocs/details/delete.mc
b/web/htdocs/details/delete.mc
index
5a75bbf
..
585e959
100644
(file)
--- a/
web/htdocs/details/delete.mc
+++ b/
web/htdocs/details/delete.mc
@@
-1,4
+1,4
@@
-%# $Id: delete.mc,v 1.1 2007-01-02 17:27:08 mike Exp $
+%# $Id: delete.mc,v 1.2 2007-01-03 10:38:15 mike Exp $
<%args>
$id
$really => 0
@@
-22,6
+22,7
@@
$really => 0
my $p = $conn->package();
$p->option(action => "recordDelete");
$p->option(recordIdOpaque => $id);
+ $p->option(record => "<dummy/>"); # Work around Zebra bug
$p->send("update");
$p->destroy();