Initial checkin
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
<?php
|
||||
function test_content(&$a) {
|
||||
print_r($a->user);
|
||||
}
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,4 @@
|
||||
<?php
|
||||
function test_content(&$a) {
|
||||
print_r($a->user);
|
||||
}
|
||||