friendica/mod/test.php
2010-07-01 16:48:07 -07:00

4 lines
55 B
PHP

<?php
function test_content(&$a) {
print_r($a->user);
}