VirtueMart Forum

VirtueMart 2 + 3 + 4 => Virtuemart Development and bug reports => Topic started by: mike75 on July 22, 2011, 18:02:14 PM

Title: bug in TableUsergroups (check) [corrected]
Post by: mike75 on July 22, 2011, 18:02:14 PM
Hi,

there is a bug

if (preg_match('/[^a-z0-9\._\-]/i', $this->$group_name) > 0)
replace by
if (preg_match('/[^a-z0-9\._\-]/i', $this->group_name) > 0)

Title: Re: bug in TableUsergroups (check)
Post by: Milbo on July 22, 2011, 23:04:28 PM
ah thanks, corrected it.