comparison develop/models/_extractapp_func.php @ 8:da10158c6d0a

add toc_correction status in books table. On TOC correction list page, providing the status checking box for users.
author Zoe Hong <zhong@mpiwg-berlin.mpg.de>
date Mon, 09 Feb 2015 12:28:09 +0100
parents 63e08b98032f
children 54a235d43694
comparison
equal deleted inserted replaced
7:0e9a7c69f22c 8:da10158c6d0a
43 if (get_magic_quotes_gpc()) { 43 if (get_magic_quotes_gpc()) {
44 $require = stripslashes($_POST['text']); 44 $require = stripslashes($_POST['text']);
45 } else { 45 } else {
46 $require = $_POST['text']; 46 $require = $_POST['text'];
47 } 47 }
48 48
49 file_put_contents( $data_path."regex_files/".$_POST['filename'].".txt", $require); 49 file_put_contents( $data_path."regex_files/".$_POST['filename'].".txt", $require);
50 } 50 }
51 } 51 }
52 52
53 53