]> git.mjollnir.org Git - moodle.git/commitdiff
Added missing Id: cvs tag. Bug 1394
authorstronk7 <stronk7>
Fri, 14 May 2004 19:36:39 +0000 (19:36 +0000)
committerstronk7 <stronk7>
Fri, 14 May 2004 19:36:39 +0000 (19:36 +0000)
http://moodle.org/bugs/bug.php?op=show&bugid=1394

16 files changed:
mod/glossary/approve.php
mod/glossary/db/mysql.php
mod/glossary/db/oci8po.php
mod/glossary/db/postgres7.php
mod/glossary/editcategories.html
mod/glossary/export.php
mod/glossary/exportentry.php
mod/glossary/formats.php
mod/glossary/import.php
mod/glossary/mod.html
mod/glossary/print.php
mod/glossary/rate.php
mod/glossary/report.php
mod/glossary/showentry.php
mod/glossary/tabs.html
mod/glossary/view.php

index fc050b1b5ca83d2ec6663809f13c19f60c6994f2..a1258690daa7796fdcfe06375d797ba6be3f2171 100644 (file)
@@ -1,4 +1,4 @@
-<?php 
+<?php  // $Id$
 
     require_once("../../config.php");
     require_once("lib.php");
index f23ba6ae09f43ad3da88828b76b86b2f8ac388fb..ef49c95d2e013ac5b291973ef5ce514b88fdbedc 100644 (file)
@@ -1,4 +1,4 @@
-<?PHP
+<?PHP   // $Id$
 
 
 
index 747cdabc4f1f58556cc8d6642ec7bab02fe1d093..5306ec06d95a7ad9285b6634e5810c1793374920 100644 (file)
@@ -1,4 +1,4 @@
-<?PHP\r
+<?PHP  // $Id$\r
 \r
 function glossary_upgrade($oldversion) {\r
 /// This function does anything necessary to upgrade \r
index eef62fda5bba8477f884fa29af924ad2bf85ad59..16693ca8125d28fbab20d6958fc3b7ae130dc6d6 100644 (file)
@@ -1,4 +1,4 @@
-<?php
+<?php  // $Id$
 
 function glossary_upgrade($oldversion) {
 /// This function does anything necessary to upgrade 
index 9fd05e89053384199e7af6e6c3265118367e07ec..701c277e3013a169d5a947393b31e1c6390f863e 100644 (file)
@@ -1,4 +1,4 @@
-<?PHP
+<?PHP  // $Id$
        global $CFG, $THEME;
     require_once("../../config.php");
 ?>
index b8bc8905934b856aa0b60959ef086a657dcfbed0..493acdfb3e215c0762103121c67bd9da9167eb70 100644 (file)
@@ -1,4 +1,4 @@
-<?php 
+<?php   // $Id$
 
     require_once("../../config.php");
     require_once("lib.php");
@@ -73,4 +73,4 @@
         $ffurl = "../../file.php?file=$ffurl";
     }
     echo '<p><center><a href="' . $ffurl . '" target=_blank>' . get_string("exportedfile","glossary") .  '</a></center><p>'
-?>
\ No newline at end of file
+?>
index 8e7abff00a63b6721932b5a97f3d08c7fda3b9bc..9df524cbe8a44953d8dce7f5f191a29d130a1ff4 100644 (file)
@@ -1,4 +1,4 @@
-<?PHP
+<?PHP  // $Id$
        require_once("../../config.php");
        require_once("lib.php");
 
index b1e9a2ccc821587dc1b1d8104e0a23ad74a6a965..5982c0a0a34cec7435f8c914d0d59306f946660d 100644 (file)
@@ -1,4 +1,4 @@
-<?PHP  
+<?PHP    // $Id$
     /// This file allows to manage the default behave of the display formats
     
     require_once("../../config.php");
index 1b04887169573882c6d397fc0f5aa276e92bb2dc..cfe712d2b016b92c2728d8ab5600a5cad81768f5 100644 (file)
@@ -1,4 +1,4 @@
-<?php 
+<?php   // $Id$
 
     require_once("../../config.php");
     require_once("lib.php");
index 735557b13dbb902866aff42537918098c9dfd4d6..b6e82c7949796a6366b2edf5429e8655ac9e885e 100644 (file)
@@ -1,7 +1,5 @@
-<!-- This page defines the form to create or edit an instance of this module -->
-<!-- It is used from /course/mod.php.  The whole instance is available as $form. -->
-<?PHP
-/// stablishing hard-coded default parameters... Will be replaced soon by global settings.
+<?PHP  // $Id$
+
 global $CFG;
 
 if (!isset($form->studentcanpost)) {
index e2eb823ce5b4dc3cec6b037757f5412affb00f21..31bf4cf32c5ec88f9e48d876cd4ee42b03273a94 100644 (file)
@@ -1,4 +1,4 @@
-<?php 
+<?php   // $Id$
 
     require_once("../../config.php");
     require_once("lib.php");
index fc1336842df7511bbe75f87efcdcb5a1be384fc3..262eb7150bb7728d88dd7d46209c800d10f79e05 100644 (file)
@@ -1,4 +1,4 @@
-<?PHP 
+<?PHP   // $Id$
 
 //  Collect ratings, store them, then return to where we came from
 
index 2f6fb50d3c09443f3ea7ca9b1c35162df7872eae..b44fd5694e7b7ed1ffd8c4659d16b5592f46d492 100644 (file)
@@ -1,4 +1,4 @@
-<?PHP 
+<?PHP   // $Id$
 //  For a given entry, shows a report of all the ratings it has
 
     require_once("../../config.php");
index c3fb6d1ab44d8abba779f2e2158a0b41e2e9dab1..30940a5efe96e4148fd21f8c0c0eff8113135e6f 100644 (file)
@@ -1,4 +1,4 @@
-<?PHP
+<?PHP  // $Id$
     require_once("../../config.php");
     require_once("lib.php");
 
index 3089f6ab539fbece50133bba8be27f7d1c25d944..1ddf6c8bbf62c0cefb064f27fb10ec3ffacd82d0 100644 (file)
@@ -1,4 +1,4 @@
-<?php
+<?php  // $Id$
     if (!isset($sortorder)) {
         $sortorder = '';
     }    
         break;
     } 
     echo '<hr>';
-?> 
\ No newline at end of file
+?> 
index d3f7f50549984a718239d2544dee93f60f46cac8..d8f97cd34e8f0692f4403a59258602ed11ad489e 100644 (file)
@@ -1,4 +1,4 @@
-<?php
+<?php  // $Id$
 /// This page prints a particular instance of glossary
     require_once("../../config.php");
     require_once("lib.php");