[rkward-cvs] rkward/rkward/plugins/00saveload/save/write 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/save/write
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26723/save/write
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/save/write/code.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** code.php 5 Apr 2005 09:48:29 -0000 1.1
--- code.php 14 Apr 2006 13:56:36 -0000 1.2
***************
*** 5,11 ****
function calculate () {
?>
-
write ( x = <? getRK("data") ; ?> , file = "<? getRK("file") ; ?>" , ncolumns = <? getRK("ncolumns") ; ?> , append = <? getRK("append") ; ?> )
-
<?
}
--- 5,9 ----
***************
*** 13,26 ****
function printout () {
// produce the output
- ?>
-
- <?
}
function cleanup () {
- ?>
-
-
- <?
}
?>
--- 11,17 ----
More information about the rkward-tracker
mailing list