diff options
author | Timothy Warren <tim@timshomepage.net> | 2012-04-27 00:40:54 +0200 |
---|---|---|
committer | Timothy Warren <tim@timshomepage.net> | 2012-04-27 00:40:54 +0200 |
commit | b8e6285feff1b699a94ea56fd9c2067c3a60d3f5 (patch) | |
tree | ab5d6bd2696e1bdcc04ecf1f616b8d78b5a2c81e /system/core | |
parent | 3182a76899e75bc99da855d79867ce9fcfdc5592 (diff) |
Fix Config.php and partially fix Image_lib.php
Diffstat (limited to 'system/core')
-rwxr-xr-x | system/core/Config.php | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/system/core/Config.php b/system/core/Config.php index 1eab08b82..9cebe6c86 100755 --- a/system/core/Config.php +++ b/system/core/Config.php @@ -66,11 +66,6 @@ class CI_Config { * Constructor * * Sets the $config data from the primary config.php file as a class variable - * - * @param string the config file name - * @param boolean if configuration values should be loaded into their own section - * @param boolean true if errors should just return false, false if an error message should be displayed - * @return boolean if the file was successfully loaded or not */ public function __construct() { @@ -192,7 +187,6 @@ class CI_Config { * * @param string the config item name * @param string the index name - * @param bool * @return string */ public function item($item, $index = '') @@ -211,7 +205,6 @@ class CI_Config { * Fetch a config file item - adds slash after item (if item is not empty) * * @param string the config item name - * @param bool * @return string */ public function slash_item($item) |