From mboxrd@z Thu Jan 1 00:00:00 1970 From: jparsons@sourceware.org Date: 30 Jan 2007 21:41:57 -0000 Subject: [Cluster-devel] conga/luci/site/luci/Extensions cluster_adapte ... Message-ID: <20070130214157.1663.qmail@sourceware.org> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit CVSROOT: /cvs/cluster Module name: conga Changes by: jparsons at sourceware.org 2007-01-30 21:41:57 Modified files: luci/site/luci/Extensions: cluster_adapters.py Log message: typo Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/cluster_adapters.py.diff?cvsroot=cluster&r1=1.217&r2=1.218 --- conga/luci/site/luci/Extensions/cluster_adapters.py 2007/01/30 21:21:35 1.217 +++ conga/luci/site/luci/Extensions/cluster_adapters.py 2007/01/30 21:41:56 1.218 @@ -4729,7 +4729,7 @@ except KeyError, e: svcname = None urlstring = baseurl + "?" + clustername + "&pagetype=29" - if svc != None: + if svcname != None: urlstring = urlstring + "&servicename=" + svcname map['formurl'] = urlstring