X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=blobdiff_plain;f=web%2Fhtdocs%2Fdetails%2Fedit.mc;h=d437ec02eabfd139b5d798819bfcdb2ee54b1c21;hp=6dfbf0e52053bd382c8baa18f0cfdf6c6a11af93;hb=acfeb1b0ef864a801e45eb7281819877997a8d07;hpb=bfb365d786f464c7f6a120bda77c3e1b57e66353 diff --git a/web/htdocs/details/edit.mc b/web/htdocs/details/edit.mc index 6dfbf0e..d437ec0 100644 --- a/web/htdocs/details/edit.mc +++ b/web/htdocs/details/edit.mc @@ -1,4 +1,4 @@ -%# $Id: edit.mc,v 1.27 2007-03-19 13:36:51 mike Exp $ +%# $Id: edit.mc,v 1.28 2007-03-19 18:51:18 mike Exp $ <%args> $op $id => undef @@ -561,7 +561,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::_really_rewrite_record($conn, $xc->getContextNode(), $id); }