From: Ken Youens-Clark Date: Thu, 14 Aug 2003 16:52:38 +0000 (+0000) Subject: Fixed bug where "layout" wasn't being passed to producer. X-Git-Tag: v0.04~335 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=546e4f288a4fd98be597211b7128c75799e71fb0;p=dbsrgits%2FSQL-Translator.git Fixed bug where "layout" wasn't being passed to producer. --- diff --git a/bin/sql_translator.cgi b/bin/sql_translator.cgi index 337796b..e88a630 100755 --- a/bin/sql_translator.cgi +++ b/bin/sql_translator.cgi @@ -1,7 +1,7 @@ #!/usr/bin/perl # ------------------------------------------------------------------- -# $Id: sql_translator.cgi,v 1.2 2003-08-04 20:55:45 kycl4rk Exp $ +# $Id: sql_translator.cgi,v 1.3 2003-08-14 16:52:38 kycl4rk Exp $ # ------------------------------------------------------------------- # Copyright (C) 2003 Ken Y. Clark # @@ -53,6 +53,7 @@ eval { font_size => $q->param('font_size'), no_columns => $q->param('no_columns'), node_shape => $q->param('node_shape'), + layout => $q->param('layout') || '', height => $q->param('height') || 0, width => $q->param('width') || 0, show_fields => $q->param('show_fields') || 0,