[rkward-cvs] rkward/rkward/plugins/writetable code.php,1.1,1.2

Thomas Friedrichsmeier tfry at users.sourceforge.net
Wed Sep 13 13:09:50 UTC 2006


Update of /cvsroot/rkward/rkward/rkward/plugins/writetable
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv19201/rkward/plugins/writetable

Modified Files:
	code.php 
Log Message:
Don't run empty plugin commands

Index: code.php
===================================================================
RCS file: /cvsroot/rkward/rkward/rkward/plugins/writetable/code.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** code.php	2 Apr 2005 08:56:49 -0000	1.1
--- code.php	13 Sep 2006 13:09:48 -0000	1.2
***************
*** 5,11 ****
  	function calculate () {
  ?>
- 
  write.table ( x =  <? getRK("data") ; ?> , file =  "<? getRK("file") ; ?>" , append =  <? getRK("append") ; ?>  ,quote = <? getRK("quote") ?> ,  sep = <? getRK("sep") ?> , eol = "<? getRK("eol")  ?>" , na = "<? getRK("na")  ?>" ,  dec = <? getRK("dec") ?> , row.names =  <? if (getRK_val("rows") == "custoRow") getRK("rownames") ; else  getRK("rows")  ; ?> ,  col.names =  <? if (getRK_val("columns") == "custoCol") getRK("colnames") ; else  getRK("columns")  ; ?> , qmethod=  <? getRK("qmethod") ; ?> ) 
- 
  <?
  	}
--- 5,9 ----
***************
*** 13,26 ****
  	function printout () {
  	// produce the output
! ?>
! 
! <?
  	}
  	
  	function cleanup () {
! ?>
! 
! 
! <?
  	}
  ?>
--- 11,19 ----
  	function printout () {
  	// produce the output
! ?><?
  	}
  	
  	function cleanup () {
! ?><?
  	}
  ?>





More information about the rkward-tracker mailing list