diff options
author | Dries Buytaert <dries@buytaert.net> | 2005-11-01 09:58:01 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2005-11-01 09:58:01 +0000 |
commit | 56848319589f7bf88c6b3c434fbe6874e3fb96ab (patch) | |
tree | ea85aed908b10d5fad5c33138a33c36f7c10a74e | |
parent | 8ba2d2bf410ef5441e4102e0a7016ee2f28987e6 (diff) | |
download | brdo-56848319589f7bf88c6b3c434fbe6874e3fb96ab.tar.gz brdo-56848319589f7bf88c6b3c434fbe6874e3fb96ab.tar.bz2 |
- Patch #35874 by asimmonds: added missing $Id$ tags.
-rw-r--r-- | includes/form.inc | 2 | ||||
-rw-r--r-- | includes/legacy.inc | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/includes/form.inc b/includes/form.inc index dbb57e2ad..c481a069f 100644 --- a/includes/form.inc +++ b/includes/form.inc @@ -1,4 +1,6 @@ <?php +// $Id$ + /** * @defgroup form Form generation * @{ diff --git a/includes/legacy.inc b/includes/legacy.inc index ad17aeaa5..d980bbdec 100644 --- a/includes/legacy.inc +++ b/includes/legacy.inc @@ -1,4 +1,5 @@ -<? +<?php +// $Id$ /** * An unchecked checkbox is not present in $_POST so we fix it here by |