friendica-github/mod/test.php

4 lines
55 B
PHP
Raw Normal View History

2010-07-01 23:48:07 +00:00
<?php
function test_content(&$a) {
print_r($a->user);
}