mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:05:16 +01:00
bugfix: suppressing numeric attributes
This commit is contained in:
parent
68f2b987ce
commit
1f3f5651ee
@ -127,7 +127,7 @@
|
|||||||
*/
|
*/
|
||||||
function set_attributes(&$widget,$attr,$val)
|
function set_attributes(&$widget,$attr,$val)
|
||||||
{
|
{
|
||||||
if ($attr != '')
|
if ($attr != '' && !is_numeric($attr))
|
||||||
{
|
{
|
||||||
$attrs = explode(',',$attr);
|
$attrs = explode(',',$attr);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user