mirror of
https://github.com/e107inc/e107.git
synced 2025-08-12 09:34:54 +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);
|
||||
|
||||
|
Reference in New Issue
Block a user