Explorar o código

Merge pull request #152 from visuddhinanda/master

:bug: term.php worden无此字段
visuddhinanda %!s(int64=5) %!d(string=hai) anos
pai
achega
713bb3c36f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      app/term/term.php

+ 1 - 1
app/term/term.php

@@ -298,7 +298,7 @@ switch($op){
 			$parm[]=mTime();
 			$parm[]=mTime();
 			$parm[]=mTime();
-			$query="INSERT INTO term (id, guid, word, worden, meaning, other_meaning, tag, channal, language,note,owner,hit,create_time,modify_time,receive_time ) 
+			$query="INSERT INTO term (id, guid, word, word_en, meaning, other_meaning, tag, channal, language,note,owner,hit,create_time,modify_time,receive_time ) 
 															VALUES (NULL, ? , ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) "; 
 
 			$stmt = @PDO_Execute($query,$parm);