From: paca70 Date: Thu, 28 Aug 2003 18:00:36 +0000 (+0000) Subject: Fixed some typos pointed by Pasha. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=577cf8991f5f16c4a0ab3053fa7c53c0249ad608;p=moodle.git Fixed some typos pointed by Pasha. --- diff --git a/lib/db/postgres7.sql b/lib/db/postgres7.sql index 4921be041e..d82a707cf7 100644 --- a/lib/db/postgres7.sql +++ b/lib/db/postgres7.sql @@ -34,13 +34,13 @@ CREATE INDEX prefix_course_category_idx ON prefix_course (category); CREATE TABLE prefix_course_categories ( id SERIAL PRIMARY KEY, - name varchar(255) NOT NULL default '' + name varchar(255) NOT NULL default '', description text NOT NULL default '', parent integer NOT NULL default '0', sortorder integer NOT NULL default '0', coursecount integer NOT NULL default '0', visible integer NOT NULL default '1', - timemodified` integer NOT NULL default '0' + timemodified integer NOT NULL default '0' ); CREATE TABLE prefix_course_display (