diff options
author | deva <deva> | 2010-03-02 15:00:35 +0000 |
---|---|---|
committer | deva <deva> | 2010-03-02 15:00:35 +0000 |
commit | c34ccc130e2a507c266ee54a163cdf3a5886d63d (patch) | |
tree | 42f170422c068bf6c901d2770be938e54fb8b608 /utils/forms.php | |
parent | e10832ad013881909cf1a051bbecae732b9e4cad (diff) |
Made a lot of changes, making it possible to entirely remove th config.php file from the project. These changes includes the creation of a new rss config module, the adding of some config vars in both the events and news modules.
Diffstat (limited to 'utils/forms.php')
-rw-r--r-- | utils/forms.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/forms.php b/utils/forms.php index 0268315..39e1a4c 100644 --- a/utils/forms.php +++ b/utils/forms.php @@ -1,4 +1,4 @@ -<?php +<?php /* -*- Mode: php; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ include_once($UTIL_DIR."/convert.php"); |