From: Mike Taylor Date: Mon, 6 Nov 2006 14:22:22 +0000 (+0000) Subject:

uses database title rather than ID. X-Git-Tag: CPAN-v1.02~834 X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=commitdiff_plain;h=4eda097a3ec88b04aff5ebb2b199225d3cbe2586

uses database title rather than ID. --- 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 %>).

% }