diff develop/models/_extractapp_func.php @ 10:54a235d43694

add topic choosing in the TaggingText page
author Zoe Hong <zhong@mpiwg-berlin.mpg.de>
date Tue, 10 Feb 2015 16:20:29 +0100
parents da10158c6d0a
children e82ca7375e93
line wrap: on
line diff
--- a/develop/models/_extractapp_func.php	Mon Feb 09 18:59:24 2015 +0100
+++ b/develop/models/_extractapp_func.php	Tue Feb 10 16:20:29 2015 +0100
@@ -10,7 +10,7 @@
     case 'SmartRegexSave':
         SmartRegexSave();
         break;
-
+    
     default:
         SmartRegexLoad();
         break;
@@ -45,7 +45,7 @@
         } else {
             $require = $_POST['text'];
         }
-  
+
         file_put_contents( $data_path."regex_files/".$_POST['filename'].".txt", $require);   
     }
 }