diff 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
line wrap: on
line diff
--- a/develop/models/_extractapp_func.php	Fri Feb 06 09:44:17 2015 +0100
+++ b/develop/models/_extractapp_func.php	Mon Feb 09 12:28:09 2015 +0100
@@ -45,7 +45,7 @@
         } else {
             $require = $_POST['text'];
         }
-        
+  
         file_put_contents( $data_path."regex_files/".$_POST['filename'].".txt", $require);   
     }
 }