Quote:
Originally Posted by ximcix
I just tried & it won't allow you to save it.
I entered [2, 13] and after saving, the ', 13' was truncated
I also tried using a space & got the same result, so I asume the plugin code would have to be modified.
|
That would be truncated by sql itself, not by vbulletin.
What's happening is you're trying to insert a string into a field that is meant for an integer. The sql parsing engine will accept the 1 and the 3 but as soon as it gets to the coma, it says "Whoops!" and tosses the rest out.
The only real solution to what you're trying to do methinks is to use a secondary usergroup.