mirror of
https://github.com/e107inc/e107.git
synced 2025-08-17 20:01:47 +02:00
Admin UI minor improvements; cleanup - warnings removal; various minor bugfixes
This commit is contained in:
@@ -609,9 +609,9 @@ class e_parse
|
||||
|
||||
function toForm($text)
|
||||
{
|
||||
if($text == '')
|
||||
if(empty($text)) // fix - handle proper 0, Space etc values.
|
||||
{
|
||||
return '';
|
||||
return $text;
|
||||
}
|
||||
$search = array('$', '"', '<', '>');
|
||||
$replace = array('$', '"', '<', '>');
|
||||
|
Reference in New Issue
Block a user