mirror of
https://github.com/e107inc/e107.git
synced 2025-08-25 07:21:03 +02:00
More admin styling
This commit is contained in:
@@ -1670,7 +1670,7 @@ class e_form
|
||||
|
||||
function name2id($name)
|
||||
{
|
||||
return rtrim(str_replace(array('[]', '[', ']', '_', '/', ' '), array('-', '-', '', '-', '-', '-'), $name), '-');
|
||||
return rtrim(str_replace(array('[]', '[', ']', '_', '/', ' ','.'), array('-', '-', '', '-', '-', '-', '-'), $name), '-');
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user