~ubuntu-branches/ubuntu/dapper/moodle/dapper-backports

« back to all changes in this revision

Viewing changes to mod/glossary/formats/encyclopedia/encyclopedia_format.php

  • Committer: Bazaar Package Importer
  • Author(s): John Dong
  • Date: 2006-12-01 14:00:21 UTC
  • mfrom: (6.1.5 feisty)
  • Revision ID: james.westby@ubuntu.com-20061201140021-rivugg5tgx6mujzg
Tags: 1.6.3-1ubuntu1~dapper1
Automated backport upload; no source changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?php  // $Id: encyclopedia_format.php,v 1.13.2.1 2005/06/19 15:23:54 stronk7 Exp $
 
1
<?php  // $Id: encyclopedia_format.php,v 1.15 2005/07/04 18:55:59 stronk7 Exp $
2
2
 
3
3
function glossary_show_entry_encyclopedia($course, $cm, $glossary, $entry, $mode='',$hook='',$printicons=1,$ratings=NULL, $aliases=true) {
4
4
    global $CFG, $USER;