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:
ab05cbf
)
Use new name _rewrite_zeerex_record() for old _really_rewrite_record()
author
Mike Taylor
<mike@miketaylor.org.uk>
Mon, 12 Apr 2010 12:58:31 +0000
(13:58 +0100)
committer
Mike Taylor
<mike@miketaylor.org.uk>
Mon, 12 Apr 2010 12:58:31 +0000
(13:58 +0100)
web/htdocs/details/edit.mc
patch
|
blob
|
history
diff --git
a/web/htdocs/details/edit.mc
b/web/htdocs/details/edit.mc
index
be35470
..
e0403a4
100644
(file)
--- a/
web/htdocs/details/edit.mc
+++ b/
web/htdocs/details/edit.mc
@@
-352,7
+352,7
@@
if ($update && @changedFields) {
"e:metaInfo/e:dateModified" ] },
{ dateModified => isodate(time()) });
die "Didn't set dateModified!" if !@x;
- ZOOM::IRSpy::_really_rewrite_record($conn, $xc->getContextNode(),
+ ZOOM::IRSpy::_rewrite_zeerex_record($conn, $xc->getContextNode(),
$op eq "edit" ? $id : undef);
}