Browse Source

[svn r12201] Fixed typo preventing creation of dropbox_post table

Yannick Warnier 18 years ago
parent
commit
74383edbf9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      main/inc/lib/add_course.lib.inc.php

+ 1 - 1
main/inc/lib/add_course.lib.inc.php

@@ -856,7 +856,7 @@ function update_Db_course($courseDbName)
 		dest_user_id int unsigned NOT NULL default 0,
 		feedback_date datetime NOT NULL default '0000-00-00 00:00:00',
 		feedback text default '',
-		cat_id int(11) NOT NULLL default 0,
+		cat_id int(11) NOT NULL default 0,
 		PRIMARY KEY (file_id,dest_user_id)
 		)");