[rkward-cvs] rkward/rkward/plugins/00saveload/load/source 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/source
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26723/load/source
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/source/code.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** code.php 5 Apr 2005 09:24:52 -0000 1.1
--- code.php 14 Apr 2006 13:56:36 -0000 1.2
***************
*** 5,11 ****
function calculate () {
?>
-
source ( file = "<? getRK("file") ; ?>" ,local = <? getRK("local") ; ?> , echo = <? getRK("echo") ; ?> , print.eval = <? getRK("printeval") ; ?> , verbose = <? getRK("verbose") ; ?> , prompt.echo = <? getRK("promptecho") ; ?> , max.deparse.length = <? getRK("maxdeparselength") ; ?> , chdir = <? getRK("chdir") ; ?> )
-
<?
}
--- 5,9 ----
***************
*** 13,26 ****
function printout () {
// produce the output
- ?>
-
- <?
}
function cleanup () {
- ?>
-
-
- <?
}
?>
--- 11,17 ----
More information about the rkward-tracker
mailing list