From 544515e29d8fc2e81af6552f42f440bb5a0df266 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Mon, 6 Nov 2006 14:22:22 +0000 Subject: [PATCH]

uses database title rather than ID. --- web/htdocs/details/edit.mc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/htdocs/details/edit.mc b/web/htdocs/details/edit.mc index 3118a34..1657fa4 100644 --- a/web/htdocs/details/edit.mc +++ b/web/htdocs/details/edit.mc @@ -1,4 +1,4 @@ -%# $Id: edit.mc,v 1.6 2006-11-01 10:00:21 mike Exp $ +%# $Id: edit.mc,v 1.7 2006-11-06 14:22:22 mike Exp $ <%args> $id @@ -69,7 +69,7 @@ if ($n == 0) { ZOOM::IRSpy::_really_rewrite_record($conn, $xc->getContextNode()); } -

<% xml_encode($id) %>

+

<% xml_encode($xc->find("e:databaseInfo/e:title")) %>

% if (defined $update) {

The record has been updated (nchanges=<% $nchanges %>).

% } -- 1.7.10.4