This repository has been archived on 2024-08-19. You can view files and clone it, but cannot push or open issues or pull requests.
core/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);
}