MDL-47494 ddimageortext: NOBUG "Typo in DDWtoS foreign key definition #874" applying a small fix for

a typo from a fix to the ddwtos code that this code is based on.
This commit is contained in:
Jamie Pratt
2011-08-24 17:52:53 +07:00
parent bfe791348d
commit e074cd91ea
+1 -1
View File
@@ -19,7 +19,7 @@
</FIELDS>
<KEYS>
<KEY NAME="primary" TYPE="primary" FIELDS="id" NEXT="questionid"/>
<KEY NAME="questionid" TYPE="foreign" FIELDS="questionid" REFTABLE="questions" REFFIELDS="id" PREVIOUS="primary"/>
<KEY NAME="questionid" TYPE="foreign" FIELDS="questionid" REFTABLE="question" REFFIELDS="id" PREVIOUS="primary"/>
</KEYS>
</TABLE>
<TABLE NAME="qtype_ddimagetoimage_drops" COMMENT="Drop boxes" PREVIOUS="qtype_ddimagetoimage" NEXT="qtype_ddimagetoimage_drags">