[rkward-cvs] SF.net SVN: rkward: [1991] trunk/rkward/rkward/plugins/plots/barplot.php

sjar at users.sourceforge.net sjar at users.sourceforge.net
Mon Sep 24 23:00:09 UTC 2007


Revision: 1991
          http://rkward.svn.sourceforge.net/rkward/?rev=1991&view=rev
Author:   sjar
Date:     2007-09-24 16:00:09 -0700 (Mon, 24 Sep 2007)

Log Message:
-----------
FOR 0.4.8: fixed my fix

Modified Paths:
--------------
    trunk/rkward/rkward/plugins/plots/barplot.php

Modified: trunk/rkward/rkward/plugins/plots/barplot.php
===================================================================
--- trunk/rkward/rkward/plugins/plots/barplot.php	2007-09-24 22:30:48 UTC (rev 1990)
+++ trunk/rkward/rkward/plugins/plots/barplot.php	2007-09-24 23:00:09 UTC (rev 1991)
@@ -46,7 +46,7 @@
 	}
 
 	if ($final) { ?>
-rk.header ("Barplot", list ("Variable", rk.get.description (<? echo ($var); ?>)), parameters=list (<? echo ($tabulate_header . $barplot_header); ?>))
+rk.header ("Barplot", parameters=list ("Variable", rk.get.description (<? echo ($var); ?>), <? echo ($tabulate_header . $barplot_header); ?>))
 
 rk.graph.on ()
 <?	}


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the rkward-tracker mailing list