mirror of
https://github.com/e107inc/e107.git
synced 2025-08-12 01:25:01 +02:00
Experimental "code" data format added to adminUI. PHP Notice removal.
This commit is contained in:
@@ -2657,6 +2657,10 @@ class e_front_model extends e_model
|
||||
return $tp->toDB($value);
|
||||
break;
|
||||
|
||||
case 'code':
|
||||
return $tp->toDB($value, false, false, 'pReFs');
|
||||
break;
|
||||
|
||||
case 'float':
|
||||
return $this->toNumber($value);
|
||||
break;
|
||||
|
Reference in New Issue
Block a user