Allow '#' in field names, for custom fields

This commit is contained in:
Nathan Gray 2011-10-18 14:50:24 +00:00
parent 96a219ede1
commit 2ae94af14f

View File

@ -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)
{