diff options
author | andi <andi@splitbrain.org> | 2005-04-29 13:49:25 +0200 |
---|---|---|
committer | andi <andi@splitbrain.org> | 2005-04-29 13:49:25 +0200 |
commit | 3fd0b6768bf7f649d77c937e399f578d7add7637 (patch) | |
tree | b3f535bd9245a0f64d83edb5a56db6f029f48f47 /inc/confutils.php | |
parent | 8a33a1aa46f60869ec6e1158c6899200f065eec8 (diff) | |
download | rpg-3fd0b6768bf7f649d77c937e399f578d7add7637.tar.gz rpg-3fd0b6768bf7f649d77c937e399f578d7add7637.tar.bz2 |
comments and cleanup
darcs-hash:20050429114925-9977f-ff5b6dcf702b533a2dd64397522da7cd7b97f092.gz
Diffstat (limited to 'inc/confutils.php')
-rw-r--r-- | inc/confutils.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/inc/confutils.php b/inc/confutils.php index 4a38eeaac..a0ad322fb 100644 --- a/inc/confutils.php +++ b/inc/confutils.php @@ -98,7 +98,11 @@ function getInterwiki() { /** * Builds a hash from a configfile * + * If $lower is set to true all hash keys are converted to + * lower case. + * * @author Harry Fuecks <hfuecks@gmail.com> + * @author Andreas Gohr <andi@splitbrain.org> */ function confToHash($file,$lower=false) { $conf = array(); |