diff develop/classes/basemodel.php @ 46:b3ca5d2b4d3f extractapp

bug fix: edit and save regex. But a jquery issue in Chrome
author Zoe Hong <zhong@mpiwg-berlin.mpg.de>
date Mon, 16 Mar 2015 15:49:39 +0100
parents 3d6b8fb7335d
children
line wrap: on
line diff
--- a/develop/classes/basemodel.php	Fri Mar 13 14:47:23 2015 +0100
+++ b/develop/classes/basemodel.php	Mon Mar 16 15:49:39 2015 +0100
@@ -34,7 +34,7 @@
 
             die ('Can\'t use foo : ' . mysql_error());
         }
-        $this->topic = 1;   // set the default topic to person (人物)
+        $this->topic = 2;   // set the default topic to product_name (物產)
 	}
     
     protected function GetSQLValueString($theValue, $theType, $theDefinedValue = "", $theNotDefinedValue = "") {