From f6933c12066b0c4acc0475e2c4b30c14490f10f8 Mon Sep 17 00:00:00 2001 From: ben Date: Thu, 1 May 2008 15:15:24 +0000 Subject: Docs for previous git-svn-id: https://code.elgg.org/elgg/trunk@603 36083f99-b078-4883-b0ff-0f9b5a30f544 --- engine/lib/configuration.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'engine/lib/configuration.php') 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) { -- cgit v1.2.3