~ubuntu-branches/ubuntu/hoary/moodle/hoary

« back to all changes in this revision

Viewing changes to course/group-edit.html

  • Committer: Bazaar Package Importer
  • Author(s): Isaac Clerencia
  • Date: 2004-12-29 00:49:52 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20041229004952-gliyqzpj2w3e7clx
Tags: 1.4.3-1
* Urgency high as upstream release fixes several security bugs
* New upstream release
* Write database creation errors and warn the user about it, 
closes: #285842, #285842

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
 
51
51
<input type="hidden" name="group" value="<?php p($group->id) ?>"> 
52
52
<input type="hidden" name="id" value="<?php p($course->id) ?>"> 
 
53
<input type="hidden" name="sesskey" value="<?php p($sesskey) ?>"> 
53
54
</form>