diff options
-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 |