mirror of
https://github.com/e107inc/e107.git
synced 2025-08-08 23:56:58 +02:00
Code cleanup
This commit is contained in:
@@ -514,13 +514,10 @@ class UserHandler
|
||||
}
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* Return an array of descriptive names for each field in the user DB.
|
||||
*
|
||||
* @param bool $all if false, just returns modifiable fields. Else returns all
|
||||
*
|
||||
* $return array - key is field name, value is 'nice name' (descriptive name)
|
||||
* Return an array of descriptive names for each field in the user DB.
|
||||
* @param bool $all if false, just returns modifiable fields. Else returns all
|
||||
* @return array - key is field name, value is 'nice name' (descriptive name)
|
||||
*/
|
||||
public function getNiceNames($all = FALSE)
|
||||
{
|
||||
|
Reference in New Issue
Block a user