[svn r16420] developing new Wiki features

skala
Juan Carlos Raña 18 years ago
parent 3e0dfc86f8
commit 23690138a3
  1. 12
      main/inc/lib/add_course.lib.inc.php

@ -824,9 +824,17 @@ function update_Db_course($courseDbName)
comment text NOT NULL,
progress text NOT NULL,
score int NULL default 0,
version int DEFAULT NULL,
hits int DEFAULT NULL,
version int default NULL,
hits int default NULL,
linksto text NOT NULL,
lastversion int default NULL,
tag text NOT NULL,
feedback1 text NOT NULL,
feedback2 text NOT NULL,
feedback3 text NOT NULL,
max_size int default NULL,
max_text int default NULL,
allow_attachments int default NULL,
user_ip varchar(39) NOT NULL,
PRIMARY KEY (id)
)";

Loading…
Cancel
Save