Skip to content

Instantly share code, notes, and snippets.

@jboulen
Created September 9, 2013 14:54
Show Gist options
  • Save jboulen/6496708 to your computer and use it in GitHub Desktop.
Save jboulen/6496708 to your computer and use it in GitHub Desktop.
oohoo/moodle-mod_languagelab diff --git a/db/install.xml b/db/install.xml
diff --git a/db/install.xml b/db/install.xml
index e829f14..8e4ca59 100644
--- a/db/install.xml
+++ b/db/install.xml
@@ -26,7 +26,7 @@
<FIELD NAME="prev_next_lab" TYPE="int" LENGTH="1" NOTNULL="true" DEFAULT="0" SEQUENCE="false" COMMENT="Display previous and next language lab" PREVIOUS="student_delete_recordings" NEXT="fullscreen_student"/>
<FIELD NAME="fullscreen_student" TYPE="int" LENGTH="1" NOTNULL="true" DEFAULT="0" SEQUENCE="false" COMMENT="Student in fullscreen" PREVIOUS="prev_next_lab" NEXT="simplified_interface_student"/>
<FIELD NAME="simplified_interface_student" TYPE="int" LENGTH="1" NOTNULL="true" DEFAULT="0" SEQUENCE="false" COMMENT="Display the student interface in simplified mode" PREVIOUS="fullscreen_student" NEXT="timemodified"/>
- <FIELD NAME="timemodified" TYPE="int" LENGTH="20" NOTNULL="true" SEQUENCE="false" PREVIOUS="fullscreen_student"/>
+ <FIELD NAME="timemodified" TYPE="int" LENGTH="20" NOTNULL="true" SEQUENCE="false" PREVIOUS="simplified_interface_student"/>
</FIELDS>
<KEYS>
<KEY NAME="primary" TYPE="primary" FIELDS="id"/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment