From ee4c4a1b5a5840c1b9d2d8c74b3f4298dd52928b Mon Sep 17 00:00:00 2001 From: Andreas Gohr Date: Sat, 11 Mar 2006 21:01:48 +0100 Subject: Automatic draft saving DokuWiki now automatically creates a draft file of the currently edited page. In case of an editing interuption (eg. Browsercrash) the draftfile can be continued later. darcs-hash:20060311200148-7ad00-919337a51e001136178d175a1755cd26122e9726.gz --- inc/io.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'inc/io.php') diff --git a/inc/io.php b/inc/io.php index 1d458ace9..ae1a3611c 100644 --- a/inc/io.php +++ b/inc/io.php @@ -33,6 +33,9 @@ function io_sweepNS($id,$basedir='datadir'){ * * Uses gzip if extension is .gz * + * If you want to use the returned value in unserialize + * be sure to set $clean to false! + * * @author Andreas Gohr */ function io_readFile($file,$clean=true){ -- cgit v1.2.3