[rkward-cvs] SF.net SVN: rkward: [982] trunk/rkward/rkward/plugins/02plots/scatterplot/ code.php
tfry at users.sourceforge.net
tfry at users.sourceforge.net
Mon Dec 4 15:01:49 UTC 2006
Revision: 982
http://svn.sourceforge.net/rkward/?rev=982&view=rev
Author: tfry
Date: 2006-12-04 07:01:48 -0800 (Mon, 04 Dec 2006)
Log Message:
-----------
ok without negation is not ok, here
Modified Paths:
--------------
trunk/rkward/rkward/plugins/02plots/scatterplot/code.php
Modified: trunk/rkward/rkward/plugins/02plots/scatterplot/code.php
===================================================================
--- trunk/rkward/rkward/plugins/02plots/scatterplot/code.php 2006-12-04 14:53:29 UTC (rev 981)
+++ trunk/rkward/rkward/plugins/02plots/scatterplot/code.php 2006-12-04 15:01:48 UTC (rev 982)
@@ -50,7 +50,7 @@
function printout () {
?>
-if (rk.temp$ok) stop ()
+if (!rk.temp$ok) stop ()
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