23.11.2017, 15:13
PHP код:
switch (classid)
{
case 0, 1: //change
{
//code
}
case 2, 3: // change
{
//code
}
}
