mirror of
https://github.com/e107inc/e107.git
synced 2025-08-25 15:31:41 +02:00
Code Cleanup
This commit is contained in:
@@ -4808,7 +4808,7 @@ TEMPLATE;
|
||||
}
|
||||
|
||||
// Guess Default Field Type based on name of field.
|
||||
function guess($data, $val='',$mode = 'type')
|
||||
function guess($data, $val=null,$mode = 'type')
|
||||
{
|
||||
$tmp = explode("_",$data);
|
||||
|
||||
|
@@ -1696,7 +1696,7 @@ class users_ext
|
||||
|
||||
}
|
||||
|
||||
function show_extended($current = '') // Show Add fields List.
|
||||
function show_extended($current = null) // Show Add fields List.
|
||||
{
|
||||
global $ue, $curtype,$mySQLdefaultdb, $action, $sub_action;
|
||||
|
||||
|
Reference in New Issue
Block a user