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]
/
category
/
category_init.php
blob
e7481bbba4c8d0edb4e459d6ccf6c4b59edc43b9
1
<
?php
2
3
4
$page_owner
=
optional_param
(
"page_owner"
,
0
,
PARAM_INT
);
5
if
(
empty
(
$page_owner
)) {
6
$page_owner
=
$_SESSION
[
'userid'
];
7
}
8
9
10
?
>