Added the $Id$ tag

This commit is contained in:
stronk7
2005-07-24 10:27:29 +00:00
parent bba72664cc
commit 81013d9eff
9 changed files with 14 additions and 14 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
<?php
<?php // $Id$
# this is the "stupid diff", which shows up changes between two
# saved versions of a WikiPage; even if working very unclean it
@@ -111,4 +111,4 @@
return($o);
}
?>
?>
+1 -1
View File
@@ -1,4 +1,4 @@
<?php
<?php // $Id$
require_once("../../config.php");
require_once($CFG->libdir.'/filelib.php');
+1 -1
View File
@@ -1,4 +1,4 @@
<?php
<?php // $Id$
/*
This filter plugin implements minimal html tag balancing, and can also
@@ -1,4 +1,4 @@
<?php
<?php // $Id$
/*
This plugin intercepts some of the binary handling functions to
@@ -116,4 +116,4 @@ function moodle_binary_store_get_file($id, &$meta) {
//}
}
?>
?>
@@ -1,4 +1,4 @@
<?php
<?php // $Id$
/*
CSS-highlights the terms used as search patterns. This is done
@@ -76,4 +76,4 @@ function ewiki_moodle_highlight(&$o, &$id, &$data, &$action) {
} // func
?>
?>
@@ -1,4 +1,4 @@
<?php
<?php // $Id$
/*
Can be used to allow preserving of certain "safe" HTML <tags>
@@ -1,4 +1,4 @@
<?php
<?php // $Id$
# ToDo: Binary Content
# Binary Linking
/*
+2 -2
View File
@@ -1,4 +1,4 @@
<?php
<?php // $Id$
/*
This plugin will create a sitemap rooted at the given location
@@ -239,4 +239,4 @@ function ewiki_sitemap_create($str_rootid, $a_validpages, $i_maxdepth, $i_flatma
return $a_sitemap;
}
?>
?>
@@ -1,4 +1,4 @@
<?php
<?php // $Id$
# lists pages, which were referenced
# but not yet written
@@ -50,4 +50,4 @@ function ewiki_page_wantedpages($id, $data, $action) {
}
?>
?>