diff options
author | ben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-05-01 15:15:24 +0000 |
---|---|---|
committer | ben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-05-01 15:15:24 +0000 |
commit | f6933c12066b0c4acc0475e2c4b30c14490f10f8 (patch) | |
tree | 2eb28a4338ec315811691b8ca3a74c0ab09c9866 /engine/lib | |
parent | d8762b0932eb1aa43f70ae64ff7be750ce8b23c5 (diff) | |
download | elgg-f6933c12066b0c4acc0475e2c4b30c14490f10f8.tar.gz elgg-f6933c12066b0c4acc0475e2c4b30c14490f10f8.tar.bz2 |
Docs for previous
git-svn-id: https://code.elgg.org/elgg/trunk@603 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'engine/lib')
-rw-r--r-- | engine/lib/configuration.php | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/engine/lib/configuration.php b/engine/lib/configuration.php index efffb5e8d..5144f0b89 100644 --- a/engine/lib/configuration.php +++ b/engine/lib/configuration.php @@ -14,12 +14,12 @@ /**
- * Enter description here...
+ * Sets a configuration value
*
- * @param unknown_type $name
- * @param unknown_type $value
- * @param unknown_type $site_guid
- * @return unknown
+ * @param string $name The name of the configuration value
+ * @param string $value Its value
+ * @param int $site_guid Optionally, the GUID of the site (current site is assumed by default)
+ * @return false|int 1 or false depending on success or failure
*/
function set_config($name, $value, $site_guid = 0) {
|