aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/pageowner.php
diff options
context:
space:
mode:
authormarcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-07-04 15:30:38 +0000
committermarcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-07-04 15:30:38 +0000
commit7858fb3f2017b0d42c56cac16328c35f7d287b11 (patch)
tree0bb5e47f7ec0c56a85c25df6f3a6e68c9ce45ac9 /engine/lib/pageowner.php
parent688a1e02a89e25caba37c91be7ac56d7bdc6dc4a (diff)
downloadelgg-7858fb3f2017b0d42c56cac16328c35f7d287b11.tar.gz
elgg-7858fb3f2017b0d42c56cac16328c35f7d287b11.tar.bz2
Refs #109: Group members widget.
git-svn-id: https://code.elgg.org/elgg/trunk@1294 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'engine/lib/pageowner.php')
-rw-r--r--engine/lib/pageowner.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/engine/lib/pageowner.php b/engine/lib/pageowner.php
index c6bd5bcaf..dab7110e0 100644
--- a/engine/lib/pageowner.php
+++ b/engine/lib/pageowner.php
@@ -73,7 +73,8 @@
* return the page owner if required
* (Such functions are required to return false if they don't know)
* @uses $CONFIG
- * @param string $functionname The name of the function to call
+ * @param string $functionname The name of the function to call
+ * @return mixed The guid of the owner or false
*/
function add_page_owner_handler($functionname) {