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=b9ca08e394940033862cce3fd077deb68ac3864b;hpb=43ab1fad8aee28abefb2a422c45b97fac791d519 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); }