]> git.mjollnir.org Git - moodle.git/commit
MDL-9474: Updated build_navigation() to use global $COURSE
authormattc-catalyst <mattc-catalyst>
Mon, 23 Apr 2007 21:11:10 +0000 (21:11 +0000)
committermattc-catalyst <mattc-catalyst>
Mon, 23 Apr 2007 21:11:10 +0000 (21:11 +0000)
commit70c6c0ad70f500b0d9d4a65bfd38c6c3a4c1daa7
tree90dcfd97a30c17b5343fb3d09ea95e30bc444c49
parentfe76ab50067e498a2ac18b21bb0db236e9463f91
MDL-9474: Updated build_navigation() to use global $COURSE

- Removed $course parameter from build_navigation()
- Updated all calls to build_navigation()

Author: Matt Clarkson <mattc@catalyst.net.nz>
Committer: Matt Clarkson <mattc@catalyst.net.nz>
87 files changed:
course/mod.php
course/modedit.php
lib/moodlelib.php
lib/pagelib.php
mod/assignment/index.php
mod/assignment/lib.php
mod/chat/index.php
mod/chat/report.php
mod/choice/index.php
mod/choice/report.php
mod/choice/view.php
mod/data/edit.php
mod/data/field/latlong/kml.php
mod/data/import.php
mod/data/index.php
mod/data/lib.php
mod/data/templates.php
mod/data/view.php
mod/exercise/assessments.php
mod/exercise/index.php
mod/exercise/submissions.php
mod/exercise/upload.php
mod/exercise/view.php
mod/forum/discuss.php
mod/forum/index.php
mod/forum/markposts.php
mod/forum/post.php
mod/forum/search.php
mod/forum/settracking.php
mod/forum/subscribe.php
mod/forum/subscribers.php
mod/forum/user.php
mod/forum/view.php
mod/glossary/comment.php
mod/glossary/comments.php
mod/glossary/deleteentry.php
mod/glossary/edit.php
mod/glossary/editcategories.php
mod/glossary/export.php
mod/glossary/exportentry.php
mod/glossary/import.php
mod/glossary/index.php
mod/glossary/showentry.php
mod/glossary/view.php
mod/hotpot/index.php
mod/hotpot/report.php
mod/hotpot/review.php
mod/hotpot/view.php
mod/journal/edit.php
mod/journal/index.php
mod/journal/report.php
mod/journal/view.php
mod/lesson/import.php
mod/lesson/importppt.php
mod/lesson/index.php
mod/lesson/locallib.php
mod/lesson/pagelib.php
mod/quiz/attempt.php
mod/quiz/edit.php
mod/quiz/index.php
mod/quiz/report/default.php
mod/quiz/review.php
mod/resource/index.php
mod/resource/lib.php
mod/resource/type/directory/resource.class.php
mod/resource/type/html/resource.class.php
mod/resource/type/ims/deploy.php
mod/resource/type/ims/resource.class.php
mod/resource/type/text/resource.class.php
mod/scorm/index.php
mod/scorm/player.php
mod/scorm/report.php
mod/scorm/view.php
mod/survey/index.php
mod/survey/report.php
mod/survey/save.php
mod/survey/view.php
mod/wiki/admin.php
mod/wiki/index.php
mod/wiki/view.php
mod/workshop/assess.php
mod/workshop/assessments.php
mod/workshop/index.php
mod/workshop/submissions.php
mod/workshop/upload.php
mod/workshop/view.php
mod/workshop/viewassessment.php