[rkward-cvs] rkward/rkward/plugins/00saveload/load/load code.php,1.1,1.2

Thomas Friedrichsmeier tfry at users.sourceforge.net
Fri Apr 14 13:56:38 UTC 2006


Update of /cvsroot/rkward/rkward/rkward/plugins/00saveload/load/load
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26723/load/load

Modified Files:
	code.php 
Log Message:
Avoid generating empty lines in plugins, as those produce strange behavior

Index: code.php
===================================================================
RCS file: /cvsroot/rkward/rkward/rkward/plugins/00saveload/load/load/code.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** code.php	5 Apr 2005 09:23:03 -0000	1.1
--- code.php	14 Apr 2006 13:56:36 -0000	1.2
***************
*** 5,11 ****
  	function calculate () {
  ?>
- 
  load(file =  "<? getRK("file") ; ?>" )
- 
  <?
  	}
--- 5,9 ----
***************
*** 13,26 ****
  	function printout () {
  	// produce the output
- ?>
- 
- <?
  	}
  	
  	function cleanup () {
- ?>
- 
- 
- <?
  	}
  ?>
--- 11,17 ----





More information about the rkward-tracker mailing list