repo.or.cz
/
elgg_plugins.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Simple status box for the sidebar.
[elgg_plugins.git]
/
mailblogger
/
mailblogger_userdetails_edit_details.php
blob
7d94e6fa4616914e9f2c6f1af465f10c6d88a68f
1
<
?php
2
/*
3
member of $function['userdetails:edit:details'][]
4
cheating and keeping the function in lib.php :)
5
*/
6
7
$run_result
.=
mailblogger_userdetails_edit_details
(
$page_owner
);
8
9
?
>