mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-27 09:09:04 +01:00
Allow '#' in field names, for custom fields
This commit is contained in:
parent
96a219ede1
commit
2ae94af14f
@ -269,7 +269,7 @@
|
||||
break;
|
||||
default:
|
||||
_p.pos--;
|
||||
var result = _php_readString(_p, /[^A-Za-z0-9_]/);
|
||||
var result = _php_readString(_p, /[^A-Za-z0-9_#]/);
|
||||
|
||||
if (!result)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user