]> git.mjollnir.org Git - moodle.git/commit
Changes throughout Moodle to remove any reserved words from the
authormoodler <moodler>
Mon, 23 Dec 2002 09:39:26 +0000 (09:39 +0000)
committermoodler <moodler>
Mon, 23 Dec 2002 09:39:26 +0000 (09:39 +0000)
commitebc3bd2b2489a19f4b88bd331c366c596d9df6cd
tree4f30a6053270ff84f5865ad214a2d05173dd7aea
parent1f48942e7d29ec97f8d2f8d8f19253a068e8fe6a
Changes throughout Moodle to remove any reserved words from the
Moodle tables.

ie user -> userid in many tables, plus in user_students
   start -> starttime and end -> endtime

I've just done all this as carefully as I could ... I don't think
I missed anything but it's pretty intensive work and I'd be fooling myself
if I didn't think I'd missed a couple.

Note that this version should pretty much be able to bootstrap itself
using PostgreSQL now ... but this is untested
68 files changed:
admin/admin.php
admin/user.php
course/lib.php
course/teacher.php
course/teachers.php
lib/datalib.php
lib/db/mysql.php
lib/db/mysql.sql
lib/db/postgres7.sql
lib/moodlelib.php
mod/assignment/db/mysql.php
mod/assignment/db/mysql.sql
mod/assignment/db/postgres7.sql
mod/assignment/lib.php
mod/assignment/submissions.php
mod/assignment/upload.php
mod/assignment/version.php
mod/choice/db/mysql.php
mod/choice/db/mysql.sql
mod/choice/db/postgres7.php
mod/choice/db/postgres7.sql
mod/choice/index.php
mod/choice/lib.php
mod/choice/report.php
mod/choice/version.php
mod/choice/view.php
mod/forum/db/mysql.php
mod/forum/db/mysql.sql
mod/forum/db/postgres7.php
mod/forum/db/postgres7.sql
mod/forum/lib.php
mod/forum/post.html
mod/forum/post.php
mod/forum/rate.php
mod/forum/report.php
mod/forum/search.php
mod/forum/version.php
mod/journal/db/mysql.php
mod/journal/db/mysql.sql
mod/journal/db/postgres7.php
mod/journal/db/postgres7.sql
mod/journal/edit.php
mod/journal/index.php
mod/journal/lib.php
mod/journal/report.php
mod/journal/version.php
mod/journal/view.php
mod/quiz/db/mysql.php
mod/quiz/db/mysql.sql
mod/quiz/db/postgres7.php
mod/quiz/db/postgres7.sql
mod/quiz/lib.php
mod/quiz/report.php
mod/quiz/version.php
mod/resource/lib.php
mod/resource/version.php
mod/survey/db/mysql.php
mod/survey/db/mysql.sql
mod/survey/db/postgres7.php
mod/survey/db/postgres7.sql
mod/survey/download.php
mod/survey/graph.php
mod/survey/lib.php
mod/survey/report.php
mod/survey/save.php
mod/survey/version.php
user/view.php
version.php