X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=blobdiff_plain;f=web%2Fhtdocs%2Fdetails%2Fedit.mc;h=8bab7b22e5b18537ab85db6fe5ab95da59da99cd;hp=ab9d64ea3ca6964ce6b200e696f19b7fe9ccb749;hb=5dd9c46e9bd2d6bd99a0d2aa728ed5430aeec3e8;hpb=c368442aa9b1f89eb77256f8b413f0e026963320 diff --git a/web/htdocs/details/edit.mc b/web/htdocs/details/edit.mc index ab9d64e..8bab7b2 100644 --- a/web/htdocs/details/edit.mc +++ b/web/htdocs/details/edit.mc @@ -1,4 +1,4 @@ -%# $Id: edit.mc,v 1.25 2006-12-06 10:47:27 mike Exp $ +%# $Id: edit.mc,v 1.26 2007-01-24 09:28:02 mike Exp $ <%args> $op $id => undef @@ -32,7 +32,7 @@ duplicate ID. die "op = new but id defined" if $op eq "new" && defined $id; die "op != new but id undefined" if $op ne "new" && !defined $id; -my $conn = new ZOOM::Connection("localhost:3313/IR-Explain---1", 0, +my $conn = new ZOOM::Connection("localhost:8018/IR-Explain---1", 0, user => "admin", password => "fruitbat", elementSetName => "zeerex"); my $rec = '';