mirror of
https://github.com/e107inc/e107.git
synced 2025-08-16 19:44:09 +02:00
Custom user-extended fields - work-in-progress. (experimental)
This commit is contained in:
@@ -23,5 +23,21 @@ class _blank_user // plugin-folder + '_user'
|
||||
|
||||
return $var;
|
||||
}
|
||||
|
||||
|
||||
|
||||
function fields()
|
||||
{
|
||||
|
||||
$fields = array(
|
||||
|
||||
|
||||
|
||||
);
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
}
|
Reference in New Issue
Block a user